IUPnPServiceDocumentAccess interface (upnp.h)

Use this interface to retrieve and provide the Service Control Protocol Description (SCPD) document to a UPnP control point application to expose actions supported by the service and provide information about state variables.

Inheritance

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

Methods

The IUPnPServiceDocumentAccess interface has these methods.

 
IUPnPServiceDocumentAccess::GetDocument

GetDocument method retrieves the Service Control Protocol Description (SCPD) document for a service object.
IUPnPServiceDocumentAccess::GetDocumentURL

GetDocumentURL method retrieves the Service Control Protocol Description (SCPD) URL for a service object. Using this URL, the UPnP control point can download the complete SCPD document.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header upnp.h

See also

IUPnPService