IUPnPDeviceDocumentAccessEx interface (upnp.h)

The IUPnPDeviceDocumentAccessEx interface provides a method to obtain the entire XML device description document for a specific device.

Inheritance

The IUPnPDeviceDocumentAccessEx interface inherits from the IUnknown interface. IUPnPDeviceDocumentAccessEx also has these types of members:

Methods

The IUPnPDeviceDocumentAccessEx interface has these methods.

 
IUPnPDeviceDocumentAccessEx::GetDocument

Retrieves the XML device description document for a UPnP device.

Remarks

This interface is obtained by calling QueryInterface on the same object that provides an implementation of IUPnPDevice, after which GetDocument can be called on it.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header upnp.h

See also

Control Point API Reference

IUPnPDeviceDocumentAccess