IDebugBreakpoint::AddFlags method (dbgeng.h)

The AddFlags method adds flags to a breakpoint.

Syntax

HRESULT AddFlags(
  [in] ULONG Flags
);

Parameters

[in] Flags

Additional flags to add to the breakpoint. Flags is a bit field that is combined together with the existing flags by using a bitwise OR. For more information about the flag bit field and an explanation of each flag, see Controlling Breakpoint Flags and Parameters. You cannot modify the DEBUG_BREAKPOINT_DEFERRED flag in the engine. This bit in Flags must always be zero.

Return value

Return code Description
S_OK
The method was successful.
 

This method can also return error values. For more information, see Return Values.

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)