Handles an event when the break flags change.
HRESULT OnBreakFlagChange( APPBREAKFLAGS abf, IRemoteDebugApplicationThread* prdatSteppingThread );
- abf
[in] The current break flags for the application.
- prdatSteppingThread
[in] The currently running thread.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method handles the event when the break flag change.