IEnumString
The IEnumString::Clone (objidlbase.h) method creates a new enumerator that contains the same enumeration state as the current one.
The IEnumString::Next (objidlbase.h) method retrieves the specified number of items in the enumeration sequence.
The IEnumString::Reset (objidlbase.h) method resets the enumeration sequence to the beginning.
The IEnumString::Skip (objidlbase.h) method skips over the specified number of items in the enumeration sequence.