Resumes execution of an application that is currently in a breakpoint.
Syntax
HRESULT ResumeFromBreakPoint( IRemoteDebugApplicationThread *prptFocus, BREAKRESUMEACTION bra, ERRORRESUMEACTION era );
Parameters
- prptFocus
- [in] Address of the IRemoteDebugApplicationThread interface affected by the debugger stepping mode.
- bra
- [in] BREAKRESUMEACTION enumerated type that contains information about the action to take upon resuming the application.
- era
- [in] ERRORRESUMEACTION enumerated type that contains information about the action to take if the application stops because of an error.
Return Value
Returns S_OK if successful, or an error code otherwise.