IDebugErrorBreakpoint2::GetBreakpointResolution
如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件。
取得描述錯誤的中斷點錯誤解決方式。
語法
HRESULT GetBreakpointResolution(
IDebugErrorBreakpointResolution2** ppErrorResolution
);
int GetBreakpointResolution(
out IDebugErrorBreakpointResolution2 ppErrorResolution
);
參數
ppErrorResolution
[out]傳回IDebugErrorBreakpointResolution2描述錯誤的物件。
傳回值
如果成功,傳回S_OK
; 否則傳回錯誤碼。