IUPnPDeviceFinderCallback interface (upnp.h)
The IUPnPDeviceFinderCallback interface allows the UPnP framework to communicate the results of an asynchronous search to an application.
Inheritance
The IUPnPDeviceFinderCallback interface inherits from the IUnknown interface. IUPnPDeviceFinderCallback also has these types of members:
Methods
The IUPnPDeviceFinderCallback interface has these methods.
IUPnPDeviceFinderCallback::DeviceAdded The DeviceAdded method is invoked by the UPnP framework to notify the application that a device has been added to the network. |
IUPnPDeviceFinderCallback::DeviceRemoved The DeviceRemoved method is invoked by the UPnP framework to notify the application that a device has been removed from the network. |
IUPnPDeviceFinderCallback::SearchComplete The SearchComplete method is invoked by the UPnP framework to notify the application that the initial search for network devices has been completed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | upnp.h |