Share via


IUPnPRegistrar

A version of this page is also available for

Windows Embedded CE 6.0 R3

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 IUPnPRegistrar interface 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

Reference

IUPnPRegistrar::RegisterDevice
IUPnPRegistrar::RegisterRunningDevice
IUPnPRegistrar::GetUniqueDeviceName
IUPnPRegistrar::UnregisterDevice