IUPnPDeviceControl (Windows Embedded CE 6.0)
1/6/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 IUPnPDeviceControl interface in vtable order.
Method | Description |
---|---|
Initializes the device control object with the device description and a device-specific initialization string. |
|
Returns a pointer to the IDispatch interface 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 |
See Also
Reference
UPnP Device Host Interfaces
IUPnPDeviceControl::GetServiceObject
IUPnPDeviceControl::Initialize