IEnumSTATDATA
Creates a new enumerator that contains the same enumeration state as the current one. (IEnumSTATDATA.Clone)
Retrieves the specified number of items in the enumeration sequence. (IEnumSTATDATA.Next)
Resets the enumeration sequence to the beginning. (IEnumSTATDATA.Reset)
Skips over the specified number of items in the enumeration sequence. (IEnumSTATDATA.Skip)