IEnumPortableDeviceObjectIDs Interface
Previous | Next |
IEnumPortableDeviceObjectIDs Interface
The IEnumPortableDeviceObjectIDs interface enumerates the objects on a portable device. Get this interface initially by calling IPortableDeviceContent::EnumObjects on a device.
In addition to the methods inherited from IUnknown, the IEnumPortableDeviceObjectIDs interface exposes the following 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: Defined in PortableDeviceApi.h
Library: PortableDeviceGUIDs.lib
See Also
Previous | Next |