Share via


IDebugErrorBreakpoint2::GetBreakpointResolution

Gets the breakpoint error resolution that describes the error.

HRESULT GetBreakpointResolution( 
   IDebugErrorBreakpointResolution2** ppErrorResolution
);
int GetBreakpointResolution( 
   out IDebugErrorBreakpointResolution2 ppErrorResolution
);

Parameters

Return Value

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

See Also

Reference

IDebugErrorBreakpoint2

IDebugErrorBreakpointResolution2