BExplorer.Shell.DataObject.EnumFORMATETC.Reset C# (CSharp) Method

Reset() public method

Resets the state of enumeration.
public Reset ( ) : int
return int
            public int Reset()
            {
                currentIndex = 0;
                return 0; // S_OK
            }