IUPnPEventSource

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This interface enables the device host to subscribe to or unsubscribe from receiving events from the hosted service.

OEMs should implement this interface if the service object has evented state variables.

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

Method Description

Advise

Used by the device host to set up an association between the host and the hosted service so that the hosted service sends events to the device host.

Unadvise

Used by the device host to inform the hosted service that the association between the device host and the hosted service for receiving events should be removed.

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

IUPnPEventSource::Advise
IUPnPEventSource::Unadvise