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 enables the hosted service to send event notifications to the device host. This interfaces also enables the device host to reregister one or more UPnP devices with the device host.

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

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

Method Description

OnStateChanged

Sends the list of variables together with their changed values to the device host for distribution to subscribed clients.

OnStateChangedSafe

This method is used for Microsoft® Visual Basic® .NET clients. It sends the list of variables together with their changed values to the device host for distribution to subscribed clients.

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