IDebugErrorBreakpoint2::GetBreakpointResolution

获取描述错误的断点错误解决方法。

语法

int GetBreakpointResolution( 
   out IDebugErrorBreakpointResolution2 ppErrorResolution
);

参数

ppErrorResolution
[out]返回描述 错误的 IDebugErrorBreakpointResolution2 对象。

返回值

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

另请参阅