LSA_TRUST_INFORMATION structure
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.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: