IUPnPRegistrar (Windows Embedded CE 6.0)
1/6/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 |
---|---|
Statically registers a device with the device host. |
|
Registers a device that is already running with the device host. |
|
Returns the UDN of the device that was generated by the device host. |
|
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 |
See Also
Reference
UPnP Device Host Interfaces
IUPnPRegistrar::RegisterDevice
IUPnPRegistrar::RegisterRunningDevice
IUPnPRegistrar::GetUniqueDeviceName
IUPnPRegistrar::UnregisterDevice