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 registers the devices or bridges that will run in the context of the device host.

OEMs should not implement this interface. The implementation of this interface in Windows Embedded CE provides complete functionality.

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

Method Description

RegisterDevice

Statically registers a device with the device host.

RegisterRunningDevice

Registers a device that is already running with the device host.

GetUniqueDeviceName

Returns the UDN of the device that was generated by the device host.

UnregisterDevice

Unregisters and unloads the device from 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