IEnumRegFilters::Reset
Microsoft DirectShow 9.0 |
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.
Syntax
HRESULT Reset(void);
Return Value
Returns S_OK.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also