Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Methods method retrieves the IPortableDeviceServiceMethods interface that is used to invoke custom functionality on the service.
Syntax
HRESULT Methods(
[out] IPortableDeviceServiceMethods **ppMethods
);
Parameters
[out] ppMethods
The IPortableDeviceServiceMethods interface used for invoking methods on the given service.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
A NULL parameter was specified. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | portabledeviceapi.h |