IDebugPendingBreakpoint2::GetBreakpointRequest
取得用來建立這個暫止中斷點的中斷點要求。
HRESULT GetBreakpointRequest(
IDebugBreakpointRequest2** ppBPRequest
);
int GetBreakpointRequest(
out IDebugBreakpointRequest2 ppBPRequest
);
參數
- ppBPRequest
[] out傳回IDebugBreakpointRequest2物件,代表用來建立這個暫止中斷點的中斷點要求。
傳回值
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。 傳回E_BP_DELETED如果已刪除中斷點。