Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 method (objidl.h) creates a new enumerator that contains the same enumeration state as the current one. |
| IEnumString::Next The IEnumString::Next method (objidl.h) retrieves the specified number of items in the enumeration sequence. |
| IEnumString::Reset The IEnumString::Reset method (objidl.h) resets the enumeration sequence to the beginning. |
| IEnumString::Skip The IEnumString::Skip method (objidl.h) 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 | objidl.h (include ObjIdl.h) |