Partager via


LSA_REFERENCED_DOMAIN_LIST structure (lsalookup.h)

La structure LSA_REFERENCED_DOMAIN_LIST contient des informations sur les domaines référencés dans une opération de recherche.

Syntaxe

typedef struct _LSA_REFERENCED_DOMAIN_LIST {
  ULONG                  Entries;
  PLSA_TRUST_INFORMATION Domains;
} LSA_REFERENCED_DOMAIN_LIST, *PLSA_REFERENCED_DOMAIN_LIST;

Membres

Entries

Spécifie le nombre d’entrées dans le tableau Domaines .

Domains

Pointeur vers un tableau de structures LSA_TRUST_INFORMATION qui identifient les domaines référencés.

Spécifications

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête lsalookup.h

Voir aussi

LSA_TRUST_INFORMATION

LsaLookupNames

LsaLookupSids