IDebugErrorBreakpoint2:: GetBreakpointResolution

获取描述错误的断点错误解析。

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

参数

返回值

如果成功,则返回; S_OK否则,返回错误代码。

请参见

参考

IDebugErrorBreakpoint2

IDebugErrorBreakpointResolution2