IEnumRegFilters interface (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Note  This interface has been deprecated. New applications should call IFilterMapper2::EnumMatchingFilters, which enumerates monikers and returns a pointer to the IEnumMoniker interface.
 
This interface provides methods for enumerating registered filters. The IFilterMapper::EnumMatchingFilters method returns a pointer to this interface. However, IFilterMapper has been deprecated in favor of IFilterMapper2.

Inheritance

The IEnumRegFilters interface inherits from the IUnknown interface. IEnumRegFilters also has these types of members:

Methods

The IEnumRegFilters interface has these methods.

 
IEnumRegFilters::Clone

Note  The IEnumRegFilters interface is deprecated. This method is not currently implemented and returns E_NOTIMPL. (IEnumRegFilters.Clone)
IEnumRegFilters::Next

Note  The IEnumRegFilters interface is deprecated. Fills the array with descriptions of the next set of filters (specified by the cFilters parameter) that meet the requirements specified upon creation of the enumerator.
IEnumRegFilters::Reset

Note  The IEnumRegFilters interface is deprecated. Resets the enumerator so that the next call to the IEnumRegFilters::Next method begins again at the first filter, if any.
IEnumRegFilters::Skip

Note  The IEnumRegFilters interface is deprecated. This method is not currently implemented and returns E_NOTIMPL. (IEnumRegFilters.Skip)

Requirements

Requirement Value
Target Platform Windows
Header strmif.h

See also

Deprecated Interfaces