x64dbg/docs/developers/plugins/Callbacks/plugcbexitthread.rst
2025-07-04 01:32:42 +02:00

11 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;
};