IEnumReplItem::Skip
A version of this page is also available for
4/8/2010
This method attempts to skip over the next item in the enumeration sequence.
Syntax
HRESULT Skip(
unsigned long celt
);
Parameters
- celt
[in] Specifies the number of elements to be skipped.
Return Value
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
Header | cesync.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |