Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Skips over the specified number of items in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
The number of items to be skipped.
Return value
If the method skips the number of items requested, the return value is S_OK. Otherwise, it is S_FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | objidlbase.h (include ObjIdl.h) |