IPortableDeviceServiceCapabilities::GetCommandOptions method (portabledeviceapi.h)

The GetCommandOptions method retrieves the options of a WPD command.

Syntax

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

Parameters

[in] Command

The command whose options are retrieved.

[out] ppOptions

The IPortableDeviceValues interface that receives the list of options.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header portabledeviceapi.h

See also

IPortableDeviceServiceCapabilities Interface