The IEnumMoniker interface has the following methods:
Clone creates another enumerator that contains the same enumeration state as the current one.
Next retrieves a specified number of items in the enumeration sequence.
Skip skips over a specified number of items in the enumeration sequence.
Reset resets the enumeration sequence to the beginning.