Microsoft SDK for Java

IEnumMoniker Interface Methods

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.