mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
12 lines
309 B
ReStructuredText
12 lines
309 B
ReStructuredText
|
|
PLUG_CB_EXITTHREAD
|
||
|
|
==================
|
||
|
|
Called after thread termination (in the debug loop), before the thread is removed from the internal thread list, before breaking on thread termination:
|
||
|
|
|
||
|
|
::
|
||
|
|
|
||
|
|
struct PLUG_CB_EXITTHREAD
|
||
|
|
{
|
||
|
|
EXIT_THREAD_DEBUG_INFO* ExitThread;
|
||
|
|
DWORD dwThreadId;
|
||
|
|
};
|