IUPnPServiceCallback::ServiceInstanceDied method
The ServiceInstanceDied method is invoked when a service is no longer sending events.
Syntax
HRESULT ServiceInstanceDied(
[in] IUPnPService *pus
);
Parameters
- pus [in]
-
Reference to an IUPnPService object that specifies the service about which the UPnP framework is sending the notification.
Return value
The application should return S_OK.
Remarks
The UPnP framework invokes this method either when a service has notified the UPnP framework that it is no longer sending events or when the UPnP framework has failed to maintain its connection to a service.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | None supported [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
