IEnumReplItem::Skip

The IEnumReplItem::Skip method attempts to skip over the next item in the enumeration sequence.

Syntax

HRESULT Skip(
unsigned long
celt,
);

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

celt
specifies the number of elements to be skipped.

Return Values

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.