Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IEnumPortableDeviceObjectIDs::Skip method

The Skip method skips a specified number of objects in the enumeration sequence.

Syntax


HRESULT Skip(
  [in] ULONG cObjects
);

Parameters

cObjects [in]

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 codeDescription
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

PortableDeviceApi.h

Library

PortableDeviceGUIDs.lib

See also

IEnumPortableDeviceObjectIDs
IEnumPortableDeviceObjectIDs Interface

 

 

Community Additions

Show:
© 2017 Microsoft