Partager via


Fonction DrtGetSearchPath (drt.h)

La fonction DrtGetSearchPath retourne une liste de nœuds contactés pendant l’opération de recherche.

Syntaxe

HRESULT DrtGetSearchPath(
  [in]      HDRT_SEARCH_CONTEXT hSearchContext,
  [in, out] ULONG               ulSearchPathSize,
  [out]     DRT_ADDRESS_LIST    *pSearchPath
);

Paramètres

[in] hSearchContext

Gérez le contexte de recherche. Ce paramètre est retourné par la fonction DrtStartSearch .

[in, out] ulSearchPathSize

Taille du chemin de recherche qui représente le nombre de nœuds utilisés dans l’opération de recherche.

[out] pSearchPath

Pointeur vers une structure DRT_ADDRESS_LIST contenant la liste d’adresses.

Valeur retournée

Cette fonction retourne S_OK en cas de réussite.

Spécifications

   
Client minimal pris en charge Windows 7 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête drt.h
Bibliothèque Drt.lib
DLL Drt.dll

Voir aussi

DRT_ADDRESS_LIST

DrtGetSearchPathSize