Click to return to the Component Development home page    
IDebugApplication::GetCur...     IDebugApplication::Handle...     IDebugApplication Interfa...    
Web Workshop  |  Component Development

IDebugApplication::HandleBreakPoint Method


Called by the language engine when a breakpoint is hit.

Syntax

HRESULT HandleBreakPoint(    
    BREAKREASON br,
    BREAKRESUMEACTION *pbra
);

Parameters

br
[in] Enumerated type that specifies the reason for hitting a breakpoint.
pbra
[out] Address of an enumerated type that specifies how to continue after a breakpoint has been hit.

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.