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.