IEnumReplItem::Skip
This method attempts to skip over the next item in the enumeration sequence.
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. |
Requirements
| Runs On | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.0 and later | Cesync.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.