IPortableDeviceCapabilities::GetSupportedCommands 方法 (portabledeviceapi.h)
GetSupportedCommands方法會擷取此裝置所有支援的命令清單。
語法
HRESULT GetSupportedCommands(
[out] IPortableDeviceKeyCollection **ppCommands
);
參數
[out] ppCommands
接收所有有效命令 之 IPortableDeviceKeyCollection 介面指標的變數位址。 如需 Windows 可攜式裝置所定義的命令清單,請參閱 命令。 呼叫端必須在完成此介面時釋放此介面。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
備註
無。
需求
目標平台 | Windows |
標頭 | portabledeviceapi.h |
程式庫 | PortableDeviceGUIDs.lib |