2.2.7.25 LSA_FOREST_TRUST_INFORMATION

msdn link

The LSA_FOREST_TRUST_INFORMATION structure is a collection of LSA_FOREST_TRUST_RECORD (section 2.2.7.21) structures.

 typedef struct _LSA_FOREST_TRUST_INFORMATION {
   [range(0,4000)] unsigned long RecordCount;
   [size_is(RecordCount)] PLSA_FOREST_TRUST_RECORD* Entries;
 } LSA_FOREST_TRUST_INFORMATION,
  *PLSA_FOREST_TRUST_INFORMATION;

RecordCount: A count of elements in the Entries array.<38>

Entries: An array of LSA_FOREST_TRUST_RECORD structures. If the RecordCount field has a value other than 0, this field MUST NOT be NULL.