IVCmdEnum::Skip
This method skips over a specified number of elements in the enumeration sequence.
Syntax
HRESULT IEnumX::Skip ( ULONG celt);
Parameters
- celt
- [in] Number of elements to be skipped.
Return Values
- NOERROR
- The method successfully skipped over the elements.
- E_INVALIDARG
- The argument is invalid.
- E_OUTOFMEMORY
- The system is out of memory.
- E_UNEXPECTED
- An unexpected error occurred.
- S_FALSE
- The method did not skip over the specified number of elements.
- S_OK
- The method successfully skipped over the elements.