IEnumRegFilters Interface
Microsoft DirectShow 9.0 |
IEnumRegFilters Interface
- **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.
In addition to the methods inherited from IUnknown, the IEnumRegFilters interface exposes the following methods.
Method | Description |
Clone | Not currently implemented. |
Next | Fills an array with the next filters that meet the requirements. |
Reset | Makes the Next method start again, beginning at the first filter. |
Skip | Not currently implemented. |
See Also