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

IRemoteDebugApplicationEvents::OnBreakFlagChange Method


Called when changes are made to the break flags.

Syntax

HRESULT OnBreakFlagChange(
    APPBREAKFLAGS abf,
    IRemoteDebugApplicationThread *prdatSteppingThread
);

Parameters

abf
[in] Unsigned long integer value that contains the new application break flags.
prdatSteppingThread
[in] Address of the IRemoteDebugApplicationThread interface that specifies the thread object of the remote debugging application.

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.