IDebugControl2::SetSpecificFilterParameters 方法 (dbgeng.h)
SetSpecificFilterParameters 方法會變更某些特定事件篩選的中斷狀態和處理狀態。
語法
HRESULT SetSpecificFilterParameters(
[in] ULONG Start,
[in] ULONG Count,
[in] PDEBUG_SPECIFIC_FILTER_PARAMETERS Params
);
參數
[in] Start
指定將變更其參數之第一個特定事件篩選條件的索引。
[in] Count
指定將變更其參數的特定事件篩選數目。
[in] Params
指定類型 DEBUG_SPECIFIC_FILTER_PARAMETERS的特定事件篩選參數陣列。 只會使用 ExecutionOption 和 ContinueOption 成員。 ExceptionOption 會指定新的中斷狀態, 而 ContinueOption 會指定新的處理狀態。
傳回值
這個方法也可能傳回錯誤值。 如需詳細資訊,請參閱 傳回值 。
傳回碼 | 描述 |
---|---|
|
此方法成功。 |
備註
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | dbgeng.h (包含 Dbgeng.h) |