IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat 方法 (portabledeviceapi.h)
GetSupportedMethodsByFormat 方法检索服务支持指定格式的方法。
语法
HRESULT GetSupportedMethodsByFormat(
[in] REFGUID Format,
[out] IPortableDevicePropVariantCollection **ppMethods
);
参数
[in] Format
检索其支持的方法的格式。
[out] ppMethods
接收方法列表的 IPortableDevicePropVariantCollection 接口。
返回值
如果方法成功,则返回 S_OK。 任何其他 HRESULT 值都表示调用失败。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [桌面应用 |UWP 应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | portabledeviceapi.h |