IDebugBreakpoint::GetAdder method (dbgeng.h)

The GetAdder method returns the client that owns the breakpoint.

Syntax

HRESULT GetAdder(
  [out] PDEBUG_CLIENT *Adder
);

Parameters

[out] Adder

An IDebugClient interface pointer to the client object that added the breakpoint.

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 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.

Requirements

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