Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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_FOREST_TRUST_DOMAIN_INFO structure contains identifying information for a domain.
typedef struct _LSA_FOREST_TRUST_DOMAIN_INFO {
#if ...
PISID Sid;
#else
PSID Sid;
#endif
LSA_UNICODE_STRING DnsName;
LSA_UNICODE_STRING NetbiosName;
} LSA_FOREST_TRUST_DOMAIN_INFO, *PLSA_FOREST_TRUST_DOMAIN_INFO;
Sid
Pointer to the security identifier of the domain.
DnsName
LSA_UNICODE_STRING structure that contains the DNS name of the domain.
NetbiosName
LSA_UNICODE_STRING structure that contains the NetBIOS name of the domain.
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!