This method of the IEnumUnknown interface skips over the next specified number of elements in the enumeration sequence.
public void Skip(int celt);
S_OK if the number of elements skipped is celt; otherwise S_FALSE.
[in] celt | The number of elements to be skipped. |