Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The Skip method skips the specified number of objects.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Number of elements to be skipped in the list of enumerated objects.
Return value
The following are the valid return codes for this method.
| Value | Meaning |
|---|---|
|
The operation was successful. |
|
An attempt was made to access a location beyond the end of the list of items. |
|
There was an internal error in the enumerator. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | vss.h |
| Library | VssApi.lib |