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 Microsoft® Windows® 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Upnphost.h.
Link Library: Uuid.lib.
See Also
IUPnPRegistrar::RegisterDevice | IUPnPRegistrar::RegisterRunningDevice | IUPnPRegistrar::GetUniqueDeviceName | IUPnPRegistrar::UnregisterDevice
Send Feedback on this topic to the authors