Skip to content

Latest commit

 

History

History
105 lines (84 loc) · 3.16 KB

nf-portabledeviceapi-iportabledeviceservice-methods.md

File metadata and controls

105 lines (84 loc) · 3.16 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.IPortableDeviceService.Methods
IPortableDeviceService::Methods (portabledeviceapi.h)
Retrieves the IPortableDeviceServiceMethods interface that is used to invoke custom functionality on the service.
IPortableDeviceService interface [Windows Portable Devices SDK]
Methods method
IPortableDeviceService.Methods
IPortableDeviceService::Methods
Methods
Methods method [Windows Portable Devices SDK]
Methods method [Windows Portable Devices SDK]
IPortableDeviceService interface
portabledeviceapi/IPortableDeviceService::Methods
wpdsdk.iportabledeviceservice_methods
wpdsdk\iportabledeviceservice_methods.htm
wpdsdk
345102d4-3dac-4878-9196-bb0d97c0df07
12/05/2018
IPortableDeviceService interface [Windows Portable Devices SDK],Methods method, IPortableDeviceService.Methods, IPortableDeviceService::Methods, Methods, Methods method [Windows Portable Devices SDK], Methods method [Windows Portable Devices SDK],IPortableDeviceService interface, portabledeviceapi/IPortableDeviceService::Methods, wpdsdk.iportabledeviceservice_methods
portabledeviceapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
PortableDeviceAPI.idl
Windows
19H1
IPortableDeviceService::Methods
portabledeviceapi/IPortableDeviceService::Methods
c++
APIRef
kbSyntax
COM
PortableDeviceAPI.h
IPortableDeviceService.Methods

IPortableDeviceService::Methods

-description

The Methods method retrieves the IPortableDeviceServiceMethods interface that is used to invoke custom functionality on the service.

-parameters

-param ppMethods [out]

The IPortableDeviceServiceMethods interface used for invoking methods on the given service.

-returns

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

Return code Description
S_OK
The method succeeded.
E_POINTER
A NULL parameter was specified.

-see-also

IPortableDeviceService Interface

Invoking Service Methods

Invoking Service Methods Asynchronously