Debugging Tools for Windows |
The GetId method returns a breakpoint ID, which is the engine's unique identifier for a breakpoint.
HRESULT
IDebugBreakpoint::GetId(
OUT PULONG Id
);
GetId 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 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.
Versions: Available in all versions of IDebugBreakpoint.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.