共用方式為


IDebugErrorBreakpoint2::GetPendingBreakpoint

 

如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件

取得造成錯誤的暫止中斷點。

語法

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

參數

ppPendingBreakpoint
[out]傳回IDebugPendingBreakpoint2表示暫止中斷點無法繫結的物件。

傳回值

如果成功,傳回S_OK; 否則傳回錯誤碼。

另請參閱

IDebugErrorBreakpoint2
IDebugPendingBreakpoint2