IPortableDeviceServiceCapabilities::GetFormatPropertyAttributes 方法 (portabledeviceapi.h)
GetFormatPropertyAttributes 方法检索 format 属性的属性。
语法
HRESULT GetFormatPropertyAttributes(
[in] REFGUID Format,
[in] REFPROPERTYKEY Property,
[out] IPortableDeviceValues **ppAttributes
);
参数
[in] Format
已检索其属性的属性的格式。
[in] Property
检索其属性的属性。
[out] ppAttributes
接收属性列表的 IPortableDeviceValues 接口。
返回值
如果该方法成功,则返回 S_OK。 任何其他 HRESULT 值都指示调用失败。
注解
(WPD) 驱动程序的 Windows 便携设备通常以相同方式处理给定格式的对象。 因此,许多属性具有在该格式的所有对象中都相同的属性。 此方法检索此类属性。
请注意,此方法不会检索不同对象实例的属性。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [桌面应用 |UWP 应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | portabledeviceapi.h |