IDebugControl::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 (include Dbgeng.h) |