The Skip method of the IEnumXXXX interface moves the enumerator's current position ahead in its list of elements by the given number of elements.
HRESULT Skip(ULONG celt)
[in] celt | The number of elements to be skipped. |
S_OK Celt elements were skipped.
S_FALSE Fewer than celt elements were skipped. Fewer than celt elements remained in the list.