IUPnPDevice::get_Services method (upnp.h)

The Services property specifies the list of services provided by the device.

Syntax

HRESULT get_Services(
  [out] IUPnPServices **ppusServices
);

Parameters

[out] ppusServices

Receives a reference to an IUPnPServices collection that enumerates the services provided by the device. This reference must be released when it is no longer required.

Return value

For C++: If this property's "get" method succeeds, the return value is S_OK. Otherwise, the method returns one of the COM error codes defined in WinError.h.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header upnp.h
DLL Upnp.dll

See also

IUPnPDevice

IUPnPServices