Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 over in the enumeration.
Return value
Returns S_OK if the method succeeds. Otherwise, the method returns one of the following values.
Return code | Description |
---|---|
|
The number of elements skipped was not celt. |
|
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 |