Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The Skip method skips a specified number of objects in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG cObjects
);
Parameters
[in] cObjects
The number of objects to skip.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The specified number of objects could not be skipped (for instance, if fewer than cObjects remained in the enumeration sequence). |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | portabledeviceapi.h |
| Library | PortableDeviceGUIDs.lib |