IUPnPEventSource:IUnknown
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.