LSA_FOREST_TRUST_INFORMATION structure
The LSA_FOREST_TRUST_INFORMATION structure contains Local Security Authority forest trust information.
Syntax
typedef struct _LSA_FOREST_TRUST_INFORMATION { ULONG RecordCount; PLSA_FOREST_TRUST_RECORD *Entries; } LSA_FOREST_TRUST_INFORMATION, *PLSA_FOREST_TRUST_INFORMATION;
Members
- RecordCount
-
Number of LSA_FOREST_TRUST_RECORD structures in the array pointed to by the Entries member.
- Entries
-
Pointer to a pointer to an array of LSA_FOREST_TRUST_RECORD structures, each of which contains one piece of forest trust information.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: