Skips over a specified number of items in the enumeration sequence.
Syntax
HRESULT Skip( ULONG celt; );
Parameters
- celt
- [in] Unsigned long integer value that specifies the number of CHANNELENUMINFO structures to skip.
Return Value
Returns S_OK if successful, or an error code otherwise.