Called when the debugger connects to the RemoteDebugApplicationEvents object.
Syntax
HRESULT OnConnectDebugger( IApplicationDebugger *pad );
Parameters
- pad
- [in] Address of the IApplicationDebugger interface that specifies the ApplicationDebugger object.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also