Compartir a través de


IUPnPEventSource:IUnknown (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Upnphost.h.
Link Library: Uuid.lib.

See Also

IUPnPEventSource::Advise | IUPnPEventSource::Unadvise

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.