Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.5 KB

collection-interfaces.md

File metadata and controls

38 lines (22 loc) · 1.5 KB
description ms.assetid title ms.topic ms.date
Collection Interfaces
5b76c30c-3114-46fb-bf35-b47115f33961
Collection Interfaces
article
05/31/2018

Collection Interfaces

The following interfaces are used to hold groups of values of various kinds, including PROPERTYKEY values, GUID values, or other collection interfaces. These interfaces are used by both client applications and drivers to hold data for method parameters.

Interface Description
IPortableDeviceKeyCollection Holds a collection of PROPERTYKEY values.
IPortableDevicePropVariantCollection Holds a collection of PROPVARIANT values of the same VARTYPE.
IPortableDeviceValues Holds a collection of PROPERTYKEY/PROPVARIANT pairs.
IPortableDeviceValuesCollection Holds a collection of zero-based IPortableDeviceValues interfaces.

 

Related topics

Programming Reference