Debugging Tools for Windows

GetFlags

The GetFlags method returns the flags for a breakpoint.

HRESULT
  IDebugBreakpoint::GetFlags(
    OUT PULONG  Flags
    );

Parameters

Flags
The breakpoint's flags. For more information about the flag bit field and an explanation of each flag, see Controlling Breakpoint Flags and Parameters.

Return Value

GetFlags might return one of the following values:

S_OK
The method was successful.

This method might also return error values. For more information about possible return values, see Return Values.

Comments

The GetParameters method also returns the breakpoint's flags.

For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.

Requirements

Versions: Available in all versions of IDebugBreakpoint.

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD