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 method is invoked when a service sent notification that it is going away.

Syntax

HRESULT ServiceInstanceDied(
  IUPnPService* 
pus
);

Parameters

pus

[in] Reference to an IUPnPService:IDispatchobject that specifies the service about which UPnP is sending the notification.

Return Value

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

Header upnp.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