Debugging Tools for Windows |
The GetFlags method returns the flags for a breakpoint.
HRESULT
IDebugBreakpoint::GetFlags(
OUT PULONG Flags
);
GetFlags might return one of the following values:
This method might also return error values. For more information about possible return values, see Return Values.
The GetParameters method also returns the breakpoint's flags.
For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.
Versions: Available in all versions of IDebugBreakpoint.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.