IFilterCollection::Remove

[This is preliminary documentation and subject to change.]

The Remove method takes an index into the collection, and removes the specified filter from the list.

HRESULT Remove(
  long Index   // in
);
 

Parameters

Index
Index into the collection specifying the filter to remove.

Return Values

Returns an HRESULT indicating success or failure.

See Also

IFilterCollection::Add