Partager via


Méthode IUPnPDeviceFinder ::StartAsyncFind (upnp.h)

La méthode StartAsyncFind démarre une opération de recherche asynchrone.

Syntaxe

HRESULT StartAsyncFind(
  [in] LONG lFindData
);

Paramètres

[in] lFindData

Spécifie la recherche à démarrer. La valeur de lFindData est la valeur retournée par un appel précédent à IUPnPDeviceFinder ::CreateAsyncFind.

Valeur retournée

Si la méthode réussit, la valeur de retour est S_OK. Sinon, la méthode retourne l’un des codes d’erreur COM définis dans WinError.h.

Remarques

Vous pouvez avoir plusieurs opérations StartAsyncFind en cours d’exécution en même temps ; Le démarrage d’un autre StartAsyncFind n’annule pas une opération StartAsyncFind précédente.

Configuration requise

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

Voir aussi

IUPnPDeviceFinder

IUPnPDeviceFinder ::CancelAsyncFind