ICombinedFilterInfo::GetFilterCombinationType
取得值,這個值會指出篩選的組合方式。
HRESULT GetFilterCombinationType(
FILTER_COMBINATION_TYPE * pFilterCombinationType);
參數
- pFilterCombinationType
[out] 傳回值,這個值會指出篩選的組合方式。
傳回值
S_OK
E_POINTER
備註
唯一支援的組合篩選類型是兩個篩選的交集,因此這個方法一律會將 pFilterCombinationType 設定為 FCT_INTERSECTION。