IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue 方法

GetIPortableDeviceValuesCollectionValue 方法 (键指定的类型VT_UNKNOWN) 检索 IPortableDeviceValuesCollection 值。

语法

HRESULT GetIPortableDeviceValuesCollectionValue(
  [in]  REFPROPERTYKEY                  key,
  [out] IPortableDeviceValuesCollection **ppValue
);

parameters

key [in]

指定要检索的项的 REFPROPERTYKEY 键。

ppValue [out]

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

返回值

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

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

示例

有关如何使用此方法的示例,请参阅 检索设备支持的呈现功能

要求

要求
标头
PortableDeviceTypes.h

PortableDeviceGUIDs.lib

另请参阅

IPortableDeviceValues 接口

检索设备支持的呈现功能

SetIPortableDeviceValuesCollectionValue