IDebugBreakpoint::GetId method (dbgeng.h)

The GetId method returns a breakpoint ID, which is the engine's unique identifier for a breakpoint.

Syntax

HRESULT GetId(
  [out] PULONG Id
);

Parameters

[out] Id

The breakpoint ID.

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

The breakpoint ID remains fixed as long as the breakpoint exists. However, after the breakpoint has been removed, you can use its ID for another breakpoint.

The GetParameters method also returns the breakpoint ID.

For more information about how to use breakpoints, see Using Breakpoints.

Requirements

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