IDebugErrorBreakpoint2::GetPendingBreakpoint

获取导致错误的挂起断点。

语法

int GetPendingBreakpoint ( 
   out IDebugPendingBreakpoint2 ppPendingBreakpoint
);

参数

ppPendingBreakpoint
[out]返回一个 IDebugPendingBreakpoint2 对象,该对象表示未能绑定的挂起断点。

返回值

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

另请参阅