Microsoft SDK for Java

Skip

This method of the IEnumMoniker interface skips over the next specified number of elements in the enumeration sequence.

Syntax

public void Skip(int celt);

Return Value

S_OK if the number of elements skipped is celt; otherwise S_FALSE.

Parameters

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

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