Compartir a través de


IUPnPDeviceControl:IUnknown (Windows CE 5.0)

Send Feedback

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
Initialize Initializes the device control object with the device description and a device-specific initialization string.
GetServiceObject Returns a pointer to the IDispatch interface to the service object requested by the device host.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Upnphost.h.
Link Library: Uuid.lib.

See Also

IUPnPDeviceControl::GetServiceObject | IUPnPDeviceControl::Initialize

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.