2.2.7.24 LSA_FOREST_TRUST_DOMAIN_INFO

The LSA_FOREST_TRUST_DOMAIN_INFO structure is used to communicate a forest trust record corresponding to the LSA_FOREST_TRUST_DOMAIN_INFO value of ForestTrustDomainInfo.

 typedef struct _LSA_FOREST_TRUST_DOMAIN_INFO {
   PRPC_SID Sid;
   LSA_UNICODE_STRING DnsName;
   LSA_UNICODE_STRING NetbiosName;
 } LSA_FOREST_TRUST_DOMAIN_INFO,
  *PLSA_FOREST_TRUST_DOMAIN_INFO;

Sid: Domain SID for the trusted domain.

DnsName: The DNS name of the trusted domain.

NetbiosName: The NetBIOS name of the trusted domain, as specified in [RFC1088].