struttura LSA_TRUST_INFORMATION (lsalookup.h)

La struttura LSA_TRUST_INFORMATION identifica un dominio.

Sintassi

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

Members

Name

Struttura LSA_UNICODE_STRING che contiene il nome del dominio.

Sid

Puntatore al SID del dominio.

Commenti

TRUSTED_DOMAIN_INFORMATION_BASIC è un alias per questa struttura.

La struttura TRUSTED_DOMAIN_INFORMATION_BASIC identifica un dominio. Questa struttura viene utilizzata dalla funzione LsaQueryTrustedDomainInfo quando il parametro InformationClass è impostato su TrustedDomainInformationBasic.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione lsalookup.h

Vedi anche

LSA_REFERENCED_DOMAIN_LIST

LSA_UNICODE_STRING