IPortableDeviceServiceCapabilities::GetSupportedFormatProperties 方法 (portabledeviceapi.h)

GetSupportedFormatProperties 方法检索指定格式的服务支持的属性。

语法

HRESULT GetSupportedFormatProperties(
  [in]  REFGUID                      Format,
  [out] IPortableDeviceKeyCollection **ppKeys
);

parameters

[in] Format

检索其属性的格式。

[out] ppKeys

接收属性列表的 IPortableDeviceKeyCollection 接口。

返回值

如果方法成功,则返回 S_OK。 任何其他 HRESULT 值都表示调用失败。

注解

检索到的属性集合是指定格式的对象支持的所有属性的超集。

应用程序还可以通过使用作为命令标识符传递的 WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED 属性调用 IPortableDeviceService::SendCommand 方法来检索对象的属性。 但是, GetSupportedFormatProperties 方法通常比 IPortableDeviceService::SendCommand 方法快。

要求

   
最低受支持的客户端 Windows 7 [桌面应用 |UWP 应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 portabledeviceapi.h

请参阅

IPortableDeviceServiceCapabilities 接口