A Python interface to IEnumShellItems
-
Retrieves a specified number of items in the enumeration sequence.
-
Skips over the next specified elementes.
-
Resets the enumeration sequence to the beginning.
-
Creates another enumerator that contains the same enumeration state as the current one.
PyIEnumShellItems.Clone
PyIEnumShellItems = Clone() Creates another enumerator that contains the same enumeration state as the current one
PyIEnumShellItems.Next
(PyIShellItem,...) = Next(num) Retrieves a specified number of items in the enumeration sequence.
-
num=1 : int
Number of items to retrieve.
PyIEnumShellItems.Reset
Reset() Resets the enumeration sequence to the beginning.
PyIEnumShellItems.Skip
Skip() Skips over the next specified elementes.