2.2.7.31 LSA_FOREST_TRUST_SCANNER_INFO

The LSA_FOREST_TRUST_SCANNER_INFO structure is used to communicate a scanner information  record corresponding to the LSA_FOREST_TRUST_SCANNER_INFO value of ForestTrustScannerInfo (persisted in ForestTrustScannerInfo records in the msdsForestTrustInfo attribute of the trust object for each respective forest trust; see [MS-ADTS] section 3.1.1.6.4.1).

    typedef struct _LSA_FOREST_TRUST_SCANNER_INFO {
      PRPC_SID DomainSid;
      LSA_UNICODE_STRING DnsName;
      LSA_UNICODE_STRING NetbiosName;
    } LSA_FOREST_TRUST_SCANNER_INFO,
     *PLSA_FOREST_TRUST_SCANNER_INFO;

DomainSid:  Domain SID for the domain. Can be NULL.

DnsName:  The DNS name of the domain.

NetbiosName:  The NetBIOS name of the domain.

For more information, see [MS-ADTS] section 3.1.1.6.4, PDC Forest Trust Update.