PyIEnumMoniker.Next
PyIMoniker = Next(num)
Retrieves a specified number of items in the enumeration sequence.
Parameters
Return Value
The result is a tuple of PyIID objects, one for each element returned. Note that if zero elements are returned, it is not considered an error condition - an empty tuple is simply returned.