Debugging Tools for Windows |
The GetAdder method returns the client that owns the breakpoint.
HRESULT
IDebugBreakpoint::GetAdder(
OUT IDebugClient * * Adder
);
GetAdder 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 client that owns the breakpoint is the client that created the breakpoint by using the AddBreakpoint method. A breakpoint might not have an owner. If a breakpoint does not have an owner, Adder is set to NULL.
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.