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 | The number of elements skipped was celt. |
| S_FALSE | The 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