IUPnPServiceCallback::ServiceInstanceDied
This method is invoked when a service sent notification that it is going away.
HRESULT ServiceInstanceDied(
IUPnPService* pus
);
Parameters
- pus
[in] Reference to an IUPnPService:IDispatch object that specifies the service about which UPnP is sending the notification.
Return Values
UPnP does not expect the application to return any specific value. Any value returned is ignored by UPnP.
Remarks
UPnP invokes this method when a service either has notified UPnP that it is no longer sending events or UPnP fails to maintain its connection to a service.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Upnp.h.
Link Library: Uuid.lib.
See Also
IUPnPService:IDispatch | IUPnPService::AddCallback
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.