IPortableDeviceValues::GetIPortableDevicePropVariantCollectionValue 方法

GetIPortableDevicePropVariantCollectionValue 方法 (键指定的类型VT_UNKNOWN) 检索 IPortableDevicePropVariantCollection 值。

语法

HRESULT GetIPortableDevicePropVariantCollectionValue(
  [in]  REFPROPERTYKEY                       key,
  [out] IPortableDevicePropVariantCollection **ppValue
);

parameters

key [in]

REFPROPERTYKEY 键,指定要检索的项。

ppValue [out]

接收指向检索到 的 IPortableDevicePropVariantCollection 接口的指针的变量的地址。 调用方负责在检索的接口上调用 Release

返回值

该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。

返回代码 说明
S_OK
方法成功。
DISP_E_TYPEMISMATCH
由 key 指定的属性不是 IPortableDevicePropVariantCollection 接口。
HRESULT_FROM_WIN32 (ERROR_NOT_FOUND)
由键指定的 属性不在集合中。

要求

要求
标头
PortableDeviceTypes.h

PortableDeviceGUIDs.lib

请参阅

IPortableDeviceValues 接口

IPortableDeviceValues::SetIPortableDevicePropVariantCollectionValue