Called when the debugger destroys a RemoteDebugApplicationThread object.
Syntax
HRESULT OnDestroyThread( IRemoteDebugApplicationThread *prdat );
Parameters
- prdat
- [in] Address of the IRemoteDebugApplicationThread interface that specifies the thread to be destroyed.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also