Previous | Next |
The Reset method sets the enumeration sequence back to the beginning.
Syntax
HRESULT Reset();
Parameters
This method takes no parameters.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns E_FAIL.
See Also
Previous | Next |