Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.2 KB

nf-portabledeviceapi-iportabledeviceservicecapabilities-getsupportedmethodsbyformat.md

File metadata and controls

71 lines (58 loc) · 3.2 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.GetSupportedMethodsByFormat
IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat (portabledeviceapi.h)
Retrieves the methods supported by the service for the specified format.
GetSupportedMethodsByFormat
GetSupportedMethodsByFormat method [Windows Portable Devices SDK]
GetSupportedMethodsByFormat method [Windows Portable Devices SDK]
IPortableDeviceServiceCapabilities interface
IPortableDeviceServiceCapabilities interface [Windows Portable Devices SDK]
GetSupportedMethodsByFormat method
IPortableDeviceServiceCapabilities.GetSupportedMethodsByFormat
IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat
portabledeviceapi/IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat
wpdsdk.iportabledeviceservicecapabilities_getsupportedmethodsbyformat
wpdsdk\iportabledeviceservicecapabilities_getsupportedmethodsbyformat.htm
wpdsdk
f1950aa5-2316-4409-a7bd-1b87c6449187
12/05/2018
GetSupportedMethodsByFormat, GetSupportedMethodsByFormat method [Windows Portable Devices SDK], GetSupportedMethodsByFormat method [Windows Portable Devices SDK],IPortableDeviceServiceCapabilities interface, IPortableDeviceServiceCapabilities interface [Windows Portable Devices SDK],GetSupportedMethodsByFormat method, IPortableDeviceServiceCapabilities.GetSupportedMethodsByFormat, IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat, portabledeviceapi/IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat, wpdsdk.iportabledeviceservicecapabilities_getsupportedmethodsbyformat
portabledeviceapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
PortableDeviceAPI.idl
Windows
19H1
IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat
portabledeviceapi/IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat
c++
APIRef
kbSyntax
COM
PortableDeviceAPI.h
IPortableDeviceServiceCapabilities.GetSupportedMethodsByFormat

IPortableDeviceServiceCapabilities::GetSupportedMethodsByFormat

-description

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

-parameters

-param Format [in]

The format whose supported methods are retrieved.

-param ppMethods [out]

The IPortableDevicePropVariantCollection interface that receives the list of methods.

-returns

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

-see-also

IPortableDeviceServiceCapabilities Interface