LSA_TRUST_INFORMATION structure (lsalookup.h)

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

See also

LSA_REFERENCED_DOMAIN_LIST

LSA_UNICODE_STRING