IEnumString interface (objidlbase.h)

Enumerate strings. LPWSTR is the type that indicates a pointer to a zero-terminated string of wide, or Unicode, characters.

Inheritance

The IEnumString interface inherits from the IUnknown interface. IEnumString also has these types of members:

Methods

The IEnumString interface has these methods.

 
IEnumString::Clone

The IEnumString::Clone (objidlbase.h) method creates a new enumerator that contains the same enumeration state as the current one.
IEnumString::Next

The IEnumString::Next (objidlbase.h) method retrieves the specified number of items in the enumeration sequence.
IEnumString::Reset

The IEnumString::Reset (objidlbase.h) method resets the enumeration sequence to the beginning.
IEnumString::Skip

The IEnumString::Skip (objidlbase.h) method skips over the specified number of items in the enumeration sequence.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidlbase.h (include ObjIdl.h)