Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface is the top-level interface to a Universal Plug and Play (UPnP) device. The device host uses this interface to initialize the device and obtain access to the service objects for related control requests.

OEMs should always implement this interface.

The following table lists the methods supported by the IUPnPDeviceControlinterface in vtable order.

Method Description

Initialize

Initializes the device control object with the device description and a device-specific initialization string.

GetServiceObject

Returns a pointer to the IDispatchinterface to the service object requested by the device host.

Requirements

Header upnphost.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also