IDebugBreakpoint::GetFlags method (dbgeng.h)
The GetFlags method returns the flags for a breakpoint.
HRESULT GetFlags(
[out] PULONG Flags
);
[out] 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 code | Description |
---|---|
|
The method was successful. |
This method can also return error values. For more information, see Return Values.
The GetParameters method also returns the breakpoint's flags.
For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |