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