IFilterCollection::Count

[This is preliminary documentation and subject to change.]

The Count property returns the number of currently installed filters in the collection.

HRESULT Count(
  long *plRetVal  // out, retval
);
 

Parameters

plRetVal
Pointer to the number of filters.

Return Values

Returns an HRESULT indicating success or failure.

See Also

IFilterCollection::Item, IFilterCollection::_NewEnum