Skips over the next specified number of elements in the enumeration sequence.
HRESULT Skip( ULONG celt //Number of elements to be skipped );
S_OK if the number of elements skipped is celt; otherwise S_FALSE.