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