Microsoft SDK for Java

IEnumRemoteField::
Skip

The Skip method of the IEnumRemoteField interface moves the position of the enumeration forward. The number of objects to be skipped is based on a parameter passed to the method.

Syntax

HRESULT Skip(ULONG celt)

Parameters

[in] celt The number of IRemoteField objects requested to be skipped.

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