IPortableDeviceServiceCapabilities::GetFormatAttributes 方法 (portabledeviceapi.h)

GetFormatAttributes 方法检索格式的属性。

语法

HRESULT GetFormatAttributes(
  [in]  REFGUID               Format,
  [out] IPortableDeviceValues **ppAttributes
);

参数

[in] Format

检索其属性的格式。

[out] ppAttributes

接收属性列表的 IPortableDeviceValues 接口。

返回值

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

注解

WPD_FORMAT_ATTRIBUTE_NAME 是经常检索的属性的示例。

示例

有关如何使用此方法的示例,请参阅 检索支持的服务格式

要求

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

另请参阅

IPortableDeviceServiceCapabilities 接口

检索受支持的服务格式