2.2.7.22 LSA_FOREST_TRUST_RECORD_TYPE

The LSA_FOREST_TRUST_RECORD_TYPE enumeration specifies a type of forest trust record.

 typedef  enum _LSA_FOREST_TRUST_RECORD_TYPE
 {
   ForestTrustTopLevelName = 0,
   ForestTrustTopLevelNameEx = 1,
   ForestTrustDomainInfo = 2,
   ForestTrustRecordTypeLast = ForestTrustDomainInfo
 } LSA_FOREST_TRUST_RECORD_TYPE;

ForestTrustTopLevelName:  The DNS name of the trusted forest. The structure used for this record type is equivalent to LSA_UNICODE_STRING (section 2.2.2.3).

ForestTrustTopLevelNameEx:  The DNS name of the trusted forest. This is the same as ForestTrustTopLevelName. The structure used for this record type is equivalent to LSA_UNICODE_STRING.

ForestTrustDomainInfo:  This field specifies a record containing identification and name information.

ForestTrustRecordTypeLast: The highest record value for this type is equal to the ForestTrustDomainInfo enum value (2).