Microsoft SDK for Java

IRemoteProcessCallbackEx2::
ThreadGroupDestroyEvent

The ThreadGroupDestroyEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a thread group is destroyed.

Syntax

HRESULT ThreadGroupDestroyEvent(IRemoteThread *pThread, IRemoteThreadGroup *pThreadGroup)

Parameters

[in] pThread The thread that generated the event.
[in] pThreadGroup The thread group that was destroyed.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.