IEnumString interface (objidl.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 Creates a new enumerator that contains the same enumeration state as the current one. (IEnumString.Clone) |
| IEnumString::Next Retrieves the specified number of items in the enumeration sequence. (IEnumString.Next) |
| IEnumString::Reset Resets the enumeration sequence to the beginning. (IEnumString.Reset) |
| IEnumString::Skip Skips over the specified number of items in the enumeration sequence. (IEnumString.Skip) |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | objidl.h (include ObjIdl.h) |