IEnumNames::Skip method (comsvcs.h)

Skips over the specified number of items in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] unsigned long celt
);

Parameters

[in] celt

The number of elements to be skipped.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following values.

Return code Description
S_OK
The requested number of elements was skipped.
S_FALSE
The number of elements skipped was not the same as the number requested.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IEnumNames