Partager via


LSA_TRUST_INFORMATION structure (lsalookup.h)

La structure LSA_TRUST_INFORMATION identifie un domaine.

Syntaxe

typedef struct _LSA_TRUST_INFORMATION {
  LSA_UNICODE_STRING Name;
  PSID               Sid;
} LSA_TRUST_INFORMATION, *PLSA_TRUST_INFORMATION;

Membres

Name

Structure LSA_UNICODE_STRING qui contient le nom du domaine.

Sid

Pointeur vers le SID du domaine.

Remarques

TRUSTED_DOMAIN_INFORMATION_BASIC est un alias pour cette structure.

La structure TRUSTED_DOMAIN_INFORMATION_BASIC identifie un domaine. Cette structure est utilisée par la fonction LsaQueryTrustedDomainInfo lorsque son paramètre InformationClass est défini sur TrustedDomainInformationBasic.

Configuration requise

Condition requise Valeur
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_REFERENCED_DOMAIN_LIST

LSA_UNICODE_STRING