Retrieves the current break flags.
Syntax
HRESULT GetBreakFlags(
APPBREAKFLAGS *pabf,
IRemoteDebugApplicationThread **pprdatSteppingThread
);
Parameters
- pabf
- [out] Address of a structure that contains the break flags to retrieve.
- pprdatSteppingThread
- [out] Address of an IRemoteDebugApplicationThread interface.
Return Value
Returns S_OK if successful, or an error code otherwise.