IUPnPDeviceFinderAddCallbackWithInterface interface (upnp.h)

The IUPnPDeviceFinderAddCallbackWithInterface interface allows the UPnP framework to communicate to an application:

  • The devices found during an asynchronous search.
  • The network interface through which the device advertisement came.

Inheritance

The IUPnPDeviceFinderAddCallbackWithInterface interface inherits from the IUnknown interface. IUPnPDeviceFinderAddCallbackWithInterface also has these types of members:

Methods

The IUPnPDeviceFinderAddCallbackWithInterface interface has these methods.

 
IUPnPDeviceFinderAddCallbackWithInterface::DeviceAddedWithInterface

The DeviceAddedWithInterface method is invoked by the UPnP framework to notify the application that a device has been added to the network.

Remarks

If you implement this interface, you must also implement the IUPnPDeviceFinderCallback interface.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header upnp.h

See also

IUPnPDeviceFinderCallback