IPortableDeviceServiceCapabilities::GetCommandOptions 方法 (portabledeviceapi.h)

GetCommandOptions 方法检索 WPD 命令的选项。

语法

HRESULT GetCommandOptions(
  [in]  REFPROPERTYKEY        Command,
  [out] IPortableDeviceValues **ppOptions
);

参数

[in] Command

检索其选项的命令。

[out] ppOptions

接收选项列表的 IPortableDeviceValues 接口。

返回值

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

要求

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

另请参阅

IPortableDeviceServiceCapabilities 接口