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