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
- celt [in]
Specifies the number of elements to skip.
Return value
Returns one of the following values:
Return code | Description |
---|---|
S_OK | Number of elements skipped was celt. |
S_FALSE | Number of elements skipped was not celt. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
Requirements
Target platform |
Desktop |
Header |
Netcfgx.h (include Netcfgx.h) |
See also