Share via


Interface IUPnPDeviceFinderAddCallbackWithInterface (upnp.h)

L’interface IUPnPDeviceFinderAddCallbackWithInterface permet à l’infrastructure UPnP de communiquer avec une application :

  • Appareils trouvés lors d’une recherche asynchrone.
  • Interface réseau par laquelle la publicité de l’appareil est arrivée.

Héritage

L’interface IUPnPDeviceFinderAddCallbackWithInterface hérite de l’interface IUnknown. IUPnPDeviceFinderAddCallbackWithInterface a également ces types de membres :

Méthodes

L’interface IUPnPDeviceFinderAddCallbackWithInterface possède ces méthodes.

 
IUPnPDeviceFinderAddCallbackWithInterface ::D eviceAddedWithInterface

La méthode DeviceAddedWithInterface est appelée par l’infrastructure UPnP pour notifier l’application qu’un appareil a été ajouté au réseau.

Remarques

Si vous implémentez cette interface, vous devez également implémenter l’interface IUPnPDeviceFinderCallback .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête upnp.h

Voir aussi

IUPnPDeviceFinderCallback