IPortableDeviceService::Capabilities method

The Capabilities method retrieves the service capabilities.

Syntax


HRESULT STDMETHODCALLTYPE Capabilities(
  [out] IPortableDeviceServiceCapabilities **ppCapabilities
);

Parameters

ppCapabilities [out]

The IPortableDeviceServiceCapabilities interface specifying the capabilities of the service.

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.

E_POINTER

A NULL parameter was specified.

 

Examples

For an example of how to use this method, see Retrieving Supported Service Events.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

Header

PortableDeviceAPI.h

IDL

PortableDeviceAPI.idl

See also

IPortableDeviceService Interface
Retrieving Supported Service Events
Retrieving Supported Service Formats
Retrieving Supported Service Methods

 

 

Community Additions

ADD
Show: