LSA_FOREST_TRUST_INFORMATION structure (ntsecapi.h)
The LSA_FOREST_TRUST_INFORMATION structure contains Local Security Authority forest trust information.
Syntax
typedef struct _LSA_FOREST_TRUST_INFORMATION {
#if ...
ULONG RecordCount;
#if ...
PLSA_FOREST_TRUST_RECORD *Entries;
#else
ULONG RecordCount;
#endif
#else
PLSA_FOREST_TRUST_RECORD *Entries;
#endif
} 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
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |