IPortableDeviceService::Content method (portabledeviceapi.h)

The Content method retrieves access to the service content.

Syntax

HRESULT Content(
  [out] IPortableDeviceContent2 **ppContent
);

Parameters

[out] ppContent

The IPortableDeviceContent2 interface that accesses the service content.

Return value

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.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header portabledeviceapi.h

See also

Enumerating Service Content

IPortableDeviceService Interface

Retrieving Content-Object Properties

Writing Content-Object Properties