IEnumPortableDeviceObjectIDs interface
The IEnumPortableDeviceObjectIDs interface enumerates the objects on a portable device. Get this interface initially by calling IPortableDeviceContent::EnumObjects on a device.
Members
The IEnumPortableDeviceObjectIDs interface inherits from the IUnknown interface. IEnumPortableDeviceObjectIDs also has these types of members:
Methods
The IEnumPortableDeviceObjectIDs interface has these methods.
| Method | Description |
|---|---|
| Cancel |
Cancels a pending operation on the interface. |
| Clone |
Duplicates the current IEnumPortableDeviceObjectIDs interface. Not implemented in this release. |
| Next |
Retrieves the next one or more object IDs in the enumeration sequence. |
| Reset |
Resets the enumeration sequence to the beginning. |
| Skip |
Skips a specified number of objects in the enumeration sequence. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also