Click to return to the Component Development home page    
IRemoteDebugApplicationEv...     IRemoteDebugApplicationEv...     IRemoteDebugApplicationEv...    
Web Workshop  |  Component Development

IRemoteDebugApplicationEvents::OnDestroyThread Method


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

IRemoteDebugApplicationEvents::OnCreateThread



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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