IDebugErrorBreakpoint2::GetBreakpointResolution
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Gets the breakpoint error resolution that describes the error.
Syntax
HRESULT GetBreakpointResolution(
IDebugErrorBreakpointResolution2** ppErrorResolution
);
int GetBreakpointResolution(
out IDebugErrorBreakpointResolution2 ppErrorResolution
);
Parameters
ppErrorResolution
[out] Returns an IDebugErrorBreakpointResolution2 object that describes the error.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.