IPortableDeviceService::GetServiceObjectID method (portabledeviceapi.h)

The GetServiceObjectID method retrieves an object identifier for the service. This object identifier can be used to access the properties of the service, for example.

Syntax

HRESULT GetServiceObjectID(
  [out] LPWSTR *ppszServiceObjectID
);

Parameters

[out] ppszServiceObjectID

The retrieved service object identifier.

Return value

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

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

IPortableDeviceService Interface