estructura TRUSTED_DOMAIN_NAME_INFO (ntsecapi.h)

La estructura TRUSTED_DOMAIN_NAME_INFO se usa para consultar o establecer el nombre de un dominio de confianza. Las funciones LsaQueryTrustedDomainInfo y LsaSetTrustedDomainInformation usan esta estructura cuando sus parámetros InformationClass se establecen en TrustedDomainNameInformation.

Sintaxis

typedef struct _TRUSTED_DOMAIN_NAME_INFO {
  LSA_UNICODE_STRING Name;
} TRUSTED_DOMAIN_NAME_INFO, *PTRUSTED_DOMAIN_NAME_INFO;

Miembros

Name

Estructura LSA_UNICODE_STRING que contiene el nombre de un dominio de confianza.

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 ntsecapi.h

Consulte también

LSA_UNICODE_STRING

LsaQueryTrustedDomainInfo

LsaSetTrustedDomainInformation

TRUSTED_INFORMATION_CLASS