A collection of filters. More...

List of all members.

Public Member Functions

HRESULT Item ([in] LONG lIndex,[out, retval] IFilter **ppFilter)
 Get a filter by index.
HRESULT Count ([out, retval] LONG *plCount)
 Get the count of filters in the list.
HRESULT ItemFromID ([in] REFGUID id,[out, retval] IFilter **ppFilter)
 Get a filter by id.
HRESULT Add ([in] IFilter *pFilter)
 Add a filter.
HRESULT Remove ([in] IFilter *pFilter)
 Remove a filter.
HRESULT RemoveAll ()
 Remove all filters.


Detailed Description

A collection of filters.

See also:
coclass FilterCollection