IEnumPortableDeviceObjectIDs::Skip
Previous | Next |
IEnumPortableDeviceObjectIDs::Skip
The Skip method skips a specified number of objects in the enumeration sequence.
Syntax
HRESULT Skip( ULONG cObjects );
Parameters
cObjects
[in] The number of objects to skip.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
S_FALSE | The specified number of objects could not be skipped (for instance, if fewer than cObjects remained in the enumeration sequence). |
Requirements
Header: Defined in PortableDeviceApi.h
Library: PortableDeviceGUIDs.lib
See Also
Previous | Next |