Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LSA_TRUST_INFORMATION structure identifies a ___domain.
Syntax
typedef struct _LSA_TRUST_INFORMATION {
LSA_UNICODE_STRING Name;
PSID Sid;
} LSA_TRUST_INFORMATION, *PLSA_TRUST_INFORMATION;
Members
Name
An LSA_UNICODE_STRING structure that contains the name of the ___domain.
Sid
Pointer to the SID of the ___domain.
Remarks
TRUSTED_DOMAIN_INFORMATION_BASIC is an alias for this 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | lsalookup.h |