Reset method
Resets the enumeration sequence.
Syntax
HRESULT retVal = object.Reset();
Parameters
This method has no parameters.
Remarks
Only the cursor is set; the enumeration remains the same.
Show:
Resets the enumeration sequence.
HRESULT retVal = object.Reset();
This method has no parameters.
Only the cursor is set; the enumeration remains the same.