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.

Syntax

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;

Members

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
CollisionTdo
Collision between TrustedDomain objects.
CollisionXref
Collision between cross-references.
CollisionOther
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.

LSA_TLN_DISABLED_NEW (0x00000001)

LSA_TLN_DISABLED_ADMIN (0x00000002)

LSA_TLN_DISABLED_CONFLICT (0x00000004)

The following table lists the possible values for this member when the Type member is CollisionXref.

LSA_SID_DISABLED_ADMIN (0x00000001)

LSA_SID_DISABLED_CONFLICT (0x00000002)

LSA_NB_DISABLED_ADMIN (0x00000004)

LSA_NB_DISABLED_CONFLICT (0x00000008)

Name

LSA_UNICODE_STRING structure that contains the name of the collision record.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecapi.h