IDebugErrorBreakpoint2::GetPendingBreakpoint

Gets the pending breakpoint that caused the error.

HRESULT GetPendingBreakpoint ( 
   IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint ( 
   out IDebugPendingBreakpoint2 ppPendingBreakpoint
);

Parameters

  • ppPendingBreakpoint
    [out] Returns an IDebugPendingBreakpoint2 object that represents the pending breakpoint that failed to be bound.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugErrorBreakpoint2

IDebugPendingBreakpoint2