estructura LSA_TRUST_INFORMATION (lsalookup.h)
La estructura LSA_TRUST_INFORMATION identifica un dominio.
Sintaxis
typedef struct _LSA_TRUST_INFORMATION {
LSA_UNICODE_STRING Name;
PSID Sid;
} LSA_TRUST_INFORMATION, *PLSA_TRUST_INFORMATION;
Miembros
Name
Estructura LSA_UNICODE_STRING que contiene el nombre del dominio.
Sid
Puntero al SID del dominio.
Comentarios
TRUSTED_DOMAIN_INFORMATION_BASIC es un alias para esta estructura.
La estructura TRUSTED_DOMAIN_INFORMATION_BASIC identifica un dominio. La función LsaQueryTrustedDomainInfo usa esta estructura cuando su parámetro InformationClass se establece en TrustedDomainInformationBasic.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | lsalookup.h |