IEnumReplItem::Skip (Windows CE 5.0)
This method attempts to skip over the next item in the enumeration sequence.
HRESULT Skip(unsigned long celt);
Parameters
- celt
[in] Specifies the number of elements to be skipped.
Return Values
The following table shows the possible return values for this method.
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
OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.
Send Feedback on this topic to the authors