IEnumNetworks::Skip method (netlistmgr.h)

The Skip method skips over the next specified number of elements in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

[in] celt

Number of elements to skip in the enumeration.

Return value

Returns S_OK if the method succeeds. Otherwise, the method returns one of the following values.

Return code Description
S_FALSE
The number of elements skipped was not celt.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netlistmgr.h

See also

IEnumNetworks