LSA_FOREST_TRUST_COLLISION_RECORD structure (ntsecapi.h)
The LSA_FOREST_TRUST_COLLISION_RECORD structure contains information about a Local Security Authority forest trust collision.
typedef struct _LSA_FOREST_TRUST_COLLISION_RECORD {
ULONG Index;
LSA_FOREST_TRUST_COLLISION_RECORD_TYPE Type;
ULONG Flags;
LSA_UNICODE_STRING Name;
} LSA_FOREST_TRUST_COLLISION_RECORD, *PLSA_FOREST_TRUST_COLLISION_RECORD;
Index
Index of this collision record in the array of LSA_FOREST_TRUST_COLLISION_RECORD structures pointed to by the Entries member of the LSA_FOREST_TRUST_COLLISION_INFORMATION structure.
Type
Type of the collision. The following table shows the possible values.
Value | Meaning |
---|---|
|
Collision between TrustedDomain objects. |
|
Collision between cross-references. |
|
Collision that is not a collision between TrustedDomain objects or cross-references. |
Flags
Flags that provide more information about the collision. The following table lists the possible values for this member when the Type member is CollisionTdo.
The following table lists the possible values for this member when the Type member is CollisionXref.
Name
LSA_UNICODE_STRING structure that contains the name of the collision record.
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecapi.h |