Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.87 KB

nf-portabledeviceapi-iportabledeviceservicecapabilities-getcommandoptions.md

File metadata and controls

71 lines (58 loc) · 2.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:portabledeviceapi.IPortableDeviceServiceCapabilities.GetCommandOptions
IPortableDeviceServiceCapabilities::GetCommandOptions (portabledeviceapi.h)
Retrieves the options of a WPD command.
GetCommandOptions
GetCommandOptions method [Windows Portable Devices SDK]
GetCommandOptions method [Windows Portable Devices SDK]
IPortableDeviceServiceCapabilities interface
IPortableDeviceServiceCapabilities interface [Windows Portable Devices SDK]
GetCommandOptions method
IPortableDeviceServiceCapabilities.GetCommandOptions
IPortableDeviceServiceCapabilities::GetCommandOptions
portabledeviceapi/IPortableDeviceServiceCapabilities::GetCommandOptions
wpdsdk.iportabledeviceservicecapabilities_getcommandoptions
wpdsdk\iportabledeviceservicecapabilities_getcommandoptions.htm
wpdsdk
5baa4c94-771a-430f-a963-800e4cd3a6b3
12/05/2018
GetCommandOptions, GetCommandOptions method [Windows Portable Devices SDK], GetCommandOptions method [Windows Portable Devices SDK],IPortableDeviceServiceCapabilities interface, IPortableDeviceServiceCapabilities interface [Windows Portable Devices SDK],GetCommandOptions method, IPortableDeviceServiceCapabilities.GetCommandOptions, IPortableDeviceServiceCapabilities::GetCommandOptions, portabledeviceapi/IPortableDeviceServiceCapabilities::GetCommandOptions, wpdsdk.iportabledeviceservicecapabilities_getcommandoptions
portabledeviceapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
PortableDeviceAPI.idl
Windows
19H1
IPortableDeviceServiceCapabilities::GetCommandOptions
portabledeviceapi/IPortableDeviceServiceCapabilities::GetCommandOptions
c++
APIRef
kbSyntax
COM
PortableDeviceAPI.h
IPortableDeviceServiceCapabilities.GetCommandOptions

IPortableDeviceServiceCapabilities::GetCommandOptions

-description

The GetCommandOptions method retrieves the options of a WPD command.

-parameters

-param Command [in]

The command whose options are retrieved.

-param ppOptions [out]

The IPortableDeviceValues interface that receives the list of options.

-returns

If the method succeeds, it returns S_OK. Any other HRESULT value indicates that the call failed.

-see-also

IPortableDeviceServiceCapabilities Interface