IEnumShellItems interface
Exposes enumeration of IShellItem interfaces. This interface is typically obtained by calling the IEnumShellItems method.
Members
The IEnumShellItems interface inherits from the IUnknown interface. IEnumShellItems also has these types of members:
Methods
The IEnumShellItems interface has these methods.
| Method | Description |
|---|---|
| Clone |
Gets a copy of the current enumeration. |
| Next |
Gets an array of one or more IShellItem interfaces from the enumeration. |
| Reset |
Resets the internal count of retrieved IShellItem interfaces in the enumeration. |
| Skip |
Skips a given number of IShellItem interfaces in the enumeration. Used when retrieving interfaces. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also