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 介面