IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat method

The GetSupportedMethodsByFormat method retrieves the methods supported by the service for the specified format.

Syntax


HRESULT STDMETHODCALLTYPE GetSupportedMethodsByFormat(
  [in]  REFGUID                              Format,
  [out] IPortableDevicePropVariantCollection **ppMethods
);

Parameters

Format [in]

The format whose supported methods are retrieved.

ppMethods [out]

The IPortableDevicePropVariantCollection interface that receives the list of methods.

Return value

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

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

Header

PortableDeviceAPI.h

IDL

PortableDeviceAPI.idl

See also

IPortableDeviceServiceCapabilities Interface

 

 

Community Additions

ADD
Show: