IDebugControl2::GetSpecificFilterParameters 方法 (dbgeng.h)
GetSpecificFilterParameters 方法會傳回特定事件篩選的參數。
語法
HRESULT GetSpecificFilterParameters(
[in] ULONG Start,
[in] ULONG Count,
[out] PDEBUG_SPECIFIC_FILTER_PARAMETERS Params
);
參數
[in] Start
指定將傳回其參數之第一個特定事件篩選條件的索引。
[in] Count
指定要傳回參數的特定事件篩選數目。
[out] Params
接收特定事件篩選的參數。 Params 是類型 為 DEBUG_SPECIFIC_FILTER_PARAMETERS 的項目陣列。
傳回值
這個方法也可能傳回錯誤值。 如需詳細資訊,請參閱 傳回值 。
傳回碼 | 描述 |
---|---|
|
此方法成功。 |
備註
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | dbgeng.h (包含 Dbgeng.h) |