2.2.7.28 LSA_FOREST_TRUST_COLLISION_INFORMATION

The LSA_FOREST_TRUST_COLLISION_INFORMATION structure is used to communicate a set of LSA_FOREST_TRUST_COLLISION_RECORD structures.

 typedef struct _LSA_FOREST_TRUST_COLLISION_INFORMATION {
   unsigned long RecordCount;
   [size_is(RecordCount)] PLSA_FOREST_TRUST_COLLISION_RECORD* Entries;
 } LSA_FOREST_TRUST_COLLISION_INFORMATION,
  *PLSA_FOREST_TRUST_COLLISION_INFORMATION;

RecordCount: The count of elements in the Entries array.

Entries: An array of LSA_FOREST_TRUST_COLLISION_RECORD (section 2.2.7.27) structures. If the RecordCount field has a value other than zero, this field MUST NOT be NULL.