The ThreadGroupDestroyEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a thread group is destroyed.
HRESULT ThreadGroupDestroyEvent(IRemoteThread *pThread, IRemoteThreadGroup *pThreadGroup)
[in] pThread | The thread that generated the event. |
[in] pThreadGroup | The thread group that was destroyed. |
S_OK Leave execution suspended.
S_FALSE Resume execution.