This topic has not yet been rated - Rate this topic

IPortableDeviceKeyCollection interface

Holds a collection of PROPERTYKEY values. This interface can be retrieved from a method or, if a new object is required, call CoCreate with CLSID_PortableDeviceKeyCollection.

Members

The IPortableDeviceKeyCollection interface inherits from the IUnknown interface. IPortableDeviceKeyCollection also has these types of members:

Methods

The IPortableDeviceKeyCollection interface has these methods.

MethodDescription
Add

Adds a property key to the collection.

Clear

Deletes all items from the collection.

GetAt

Retrieves a PROPERTYKEY from the collection by index.

GetCount

Retrieves the number of keys in this collection.

RemoveAt

Removes the element stored at the location specified by the given index.

 

Requirements

Header

PortableDeviceTypes.h

See also

Collection Interfaces

 

 

Send comments about this topic to Microsoft

Build date: 10/12/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.