TRUSTED_DOMAIN_INFORMATION_BASIC structure
The TRUSTED_DOMAIN_INFORMATION_BASIC structure identifies a domain. This structure is used by the LsaQueryTrustedDomainInfo function when its InformationClass parameter is set to TrustedDomainInformationBasic.
Syntax
typedef struct _LSA_TRUST_INFORMATION {
LSA_UNICODE_STRING Name;
PSID Sid;
} LSA_TRUST_INFORMATION, *PLSA_TRUST_INFORMATION, TRUSTED_DOMAIN_INFORMATION_BASIC;
Members
Name
An LSA_UNICODE_STRING structure that contains the name of the domain.Sid
Pointer to the SID of the domain.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
Ntsecapi.h |