IEnumVARIANT::Skip method (oaidl.h)

Attempts to skip over the next celt elements in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

[in] celt

The number of elements to skip.

Return value

This method can return one of these values.

Return code Description
S_OK
The specified number of elements was skipped.
S_FALSE
The end of the sequence was reached before skipping the requested number of elements.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

IEnumVARIANT