Microsoft DirectX 8.1 (C++) |
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.
See Also