IEnumComponents::Reset
Microsoft DirectShow 9.0 |
IEnumComponents::Reset
The Reset method resets the enumerator to the beginning of the collection.
Syntax
HRESULT Reset();
Parameters
This method takes no parameters.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also