Share via


IUPnPDeviceControl:IUnknown

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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.