IDebugPendingBreakpoint2::SetCondition
設定或變更與暫止斷點相關聯的條件。
語法
int SetCondition(
BP_CONDITION bpCondition
);
HRESULT SetCondition(
BP_CONDITION bpCondition
);
參數
bpCondition
[in]BP_CONDITION 結構,指定要設定的條件。
傳回值
如果成功,則會傳回 S_OK
;否則,會傳回錯誤碼。
先前與暫止斷點相關聯的任何條件都遺失。 從這個暫止斷點系結的所有斷點都會被呼叫,以將其條件設定為 參數中指定的 bpCondition
值。
另請參閱