LSA_FOREST_TRUST_COLLISION_INFORMATION structure (ntsecapi.h)
The LSA_FOREST_TRUST_COLLISION_INFORMATION structure contains information about Local Security Authority forest trust collisions.
Syntax
typedef struct _LSA_FOREST_TRUST_COLLISION_INFORMATION {
ULONG RecordCount;
PLSA_FOREST_TRUST_COLLISION_RECORD *Entries;
} LSA_FOREST_TRUST_COLLISION_INFORMATION, *PLSA_FOREST_TRUST_COLLISION_INFORMATION;
Members
RecordCount
Number of LSA_FOREST_TRUST_COLLISION_RECORD structures in the array pointed to by the Entries member.
Entries
Pointer to a pointer to an array of LSA_FOREST_TRUST_COLLISION_RECORD structures, each of which contains information about a single collision.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |