IPortableDeviceCapabilities::GetSupportedCommands method

The GetSupportedCommands method retrieves a list of all the supported commands for this device.

Syntax


HRESULT GetSupportedCommands(
  [out] IPortableDeviceKeyCollection **ppCommands
);

Parameters

ppCommands [out]

Address of a variable that receives a pointer to an IPortableDeviceKeyCollection interface that holds all the valid commands. For a list of commands that are defined by Windows Portable Devices, see Commands. The caller must release this interface when it is done with it.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

 

Remarks

None.

Requirements

Header

PortableDeviceApi.h

Library

PortableDeviceGUIDs.lib

See also

IPortableDeviceCapabilities Interface

 

 

Community Additions

ADD
Show: