Share via


IUPnPServiceCallback::ServiceInstanceDied (Windows Embedded CE 6.0)

1/6/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:IDispatch object 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

See Also

Reference

IUPnPServiceCallback
IUPnPService
IUPnPService::AddCallback