IFilterCollection::_NewEnum

[This is preliminary documentation and subject to change.]

Returns an IenumVARIANT of filters.

HRESULT _NewEnum(
  IUnknown **ppUnk  // out, retval
);
 

Parameters

ppUnk
Address of an interface pointer where this method returns the IEnumVariant.

Return Values

Returns an HRESULT indicating success or failure.

See Also

IFilterCollection::Count, IFilterCollection::Item