共用方式為


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的特定事件篩選參數陣列。 只會使用 ExecutionOptionContinueOption 成員。 ExceptionOption 會指定新的中斷狀態,ContinueOption 指定新的處理狀態。

傳回值

這個方法也可能傳回錯誤值。 如需詳細資訊,請參閱 傳回值

傳回碼 描述
S_OK
方法成功。

言論

如需 事件篩選的詳細資訊,請參閱 事件篩選

要求

要求 價值
目標平臺 桌面
標頭 dbgeng.h (include Dbgeng.h)

另請參閱

GetSpecificFilterParameters

IDebugControl

IDebugControl2

IDebugControl3

SetExceptionFilterParameters

sx、sxd、sxe、sxi、sxn (設定例外狀況)