共用方式為


IDebugPendingBreakpoint2::GetBreakpointRequest

取得用來建立這個暫止中斷點的中斷點要求。

HRESULT GetBreakpointRequest( 
   IDebugBreakpointRequest2** ppBPRequest
);
int GetBreakpointRequest( 
   out IDebugBreakpointRequest2 ppBPRequest
);

參數

傳回值

如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。 傳回E_BP_DELETED如果已刪除中斷點。

請參閱

參考

IDebugPendingBreakpoint2

IDebugBreakpointRequest2