IDebugControl3::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 (包括 Dbgeng.h)

另请参阅

GetSpecificFilterParameters

IDebugControl

IDebugControl2

IDebugControl3

SetExceptionFilterParameters

sx、sxd、sxe、sxi、sxn (设置异常)