IDebugErrorBreakpoint2::GetPendingBreakpoint
取得造成錯誤的暫止中斷點。
HRESULT GetPendingBreakpoint (
IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint (
out IDebugPendingBreakpoint2 ppPendingBreakpoint
);
參數
- ppPendingBreakpoint
[] out傳回IDebugPendingBreakpoint2物件,表示無法繫結的暫止中斷點。
傳回值
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。