This documentation is archived and is not being maintained.
ICombinedFilterInfo::GetFilterCount
Gets the number of filters that are combined by this filter.
HRESULT GetFilterCount(
DWORD *pdwFilterCount);
- pdwFilterCount
[out] Returns the number of filters that are combined by this filter.
The only type of combined filter that is supported is an intersection of two filters, so this method always sets pdwFilterCount to 2.