Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.<40>
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.