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

IRemoteDebugApplication::ResumeFromBreakPoint Method


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.



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.