Microsoft SDK for Java

IEnumXXXX::
Skip

The Skip method of the IEnumXXXX interface moves the enumerator's current position ahead in its list of elements by the given number of elements.

Syntax

HRESULT Skip(ULONG celt)

Parameters

[in] celt The number of elements to be skipped.

Return Value

S_OK Celt elements were skipped. 

S_FALSE Fewer than celt elements were skipped. Fewer than celt elements remained in the list.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.