Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates the way the filters are combined.
HRESULT GetFilterCombinationType(
FILTER_COMBINATION_TYPE * pFilterCombinationType);
Parameters
- pFilterCombinationType
[out] Returns a value that indicates the way the filters are combined.
Return Value
S_OK
E_POINTER
Remarks
The only type of combined filter that is supported is an intersection of two filters, so this method always sets pFilterCombinationType to FCT_INTERSECTION.