IFilterCollection::Item

[This is preliminary documentation and subject to change.]

This method returns a pointer to the indexed filter.

HRESULT Item(
  long Index,                         // in
  IBroadcastFilter ** ppFilterRetVal  // out, retval
);
 

Parameters

Index
Index of the filter from which to retrieve information.
ppFilterRetVal
Pointer to the indexed filter.

Return Values

Returns an HRESULT indicating success or failure.

See Also

IFilterCollection::Count, IFilterCollection::_NewEnum