2.2.7.33 LSA_FOREST_TRUST_INFORMATION2
The LSA_FOREST_TRUST_INFORMATION2 structure is a collection of LSA_FOREST_TRUST_RECORD2 (section 2.2.7.32) structures.
-
typedef struct _LSA_FOREST_TRUST_INFORMATION2 { [range(0,4000)] unsigned long RecordCount; [size_is(RecordCount)] PLSA_FOREST_TRUST_RECORD2* Entries; } LSA_FOREST_TRUST_INFORMATION2, *PLSA_FOREST_TRUST_INFORMATION2;
RecordCount: The count of elements in the Entries array.
Entries: An array of LSA_FOREST_TRUST_RECORD2 structures (section 2.2.7.32). If the RecordCount field has a value other than 0, it MUST NOT be NULL.