Reset method
Resets the enumeration to 0.
Syntax
HRESULT retVal = object.Reset();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Resets the enumeration to 0.
HRESULT retVal = object.Reset();
This method has no parameters.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.