This method attempts to skip over the next item in the enumeration sequence.
At a Glance
| Header file: | Cesync.h |
| Windows CE versions: | 2.0 and later |
Syntax
HRESULT Skip( unsigned long celt, );
Parameters
celt
Specifies the number of elements to be skipped.
Return Values
One of the values described in the following table is returned.
| Value | Description |
| S_OK | The number of elements skipped is equal to celt. |
| S_FALSE | The number of elements skipped is fewer than celt. |
| E_OUTOFMEMORY | Out of memory. |
| E_INVALIDARG | The value of celt is invalid. |
| E_UNEXPECTED | An unexpected error occurred. |