IDebugErrorBreakpoint2:: GetPendingBreakpoint

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

HRESULT GetPendingBreakpoint ( 
   IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint ( 
   out IDebugPendingBreakpoint2 ppPendingBreakpoint
);

参数

返回值

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

请参见

参考

IDebugErrorBreakpoint2

IDebugPendingBreakpoint2