(dbgeng.h) 的 IDebugControl::SetSpecificFilterArgument 方法

SetSpecificFilterArgument 方法會為可具有自變數的特定篩選設定篩選自變數的值。

語法

HRESULT SetSpecificFilterArgument(
  [in] ULONG Index,
  [in] PCSTR Argument
);

參數

[in] Index

指定要設定其自變數之特定篩選的索引。 Index 必須是具有自變數之特定篩選條件的索引。

[in] Argument

指定特定篩選的自變數。 這個自變數的解譯取決於特定的篩選條件。

傳回值

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

傳回碼 描述
S_OK
此方法成功。
E_INVALIDARG
索引 不會參考具有自變數的特定篩選。

備註

如需具有自變數的特定篩選清單,以及這些自變數的解譯,請參閱 事件篩選

規格需求

需求
目標平台 桌面
標頭 dbgeng.h (包含 Dbgeng.h)

另請參閱

GetSpecificFilterArgument

IDebugControl

IDebugControl2

IDebugControl3

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