IDebugErrorBreakpoint2::GetBreakpointResolution
Gets the breakpoint error resolution that describes the error.
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.