IUPnPServiceCallback::ServiceInstanceDied (Compact 7)

3/12/2014

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

See Also

Reference

IUPnPServiceCallback
IUPnPService
IUPnPService::AddCallback