IDebugErrorBreakpoint2:: GetPendingBreakpoint
获取导致该错误的挂起的断点。
HRESULT GetPendingBreakpoint (
IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint (
out IDebugPendingBreakpoint2 ppPendingBreakpoint
);
参数
- ppPendingBreakpoint
[out] 返回表示挂起的断点将不可绑定的 IDebugPendingBreakpoint2 对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。