Called when execution of the application resumes.
Syntax
HRESULT OnLeaveBreakPoint(
IRemoteDebugApplicationThread *prdat
);
Parameters
- prdat
- [in] Address of the IRemoteDebugApplicationThread interface that specifies the calling debugger thread.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also