LSA_FOREST_TRUST_COLLISION_RECORD_TYPE enumeration (ntsecapi.h)

The LSA_FOREST_TRUST_COLLISION_RECORD_TYPE enumeration defines the types of collision that can occur between Local Security Authority forest trust records.

Syntax

typedef enum {
  CollisionTdo,
  CollisionXref,
  CollisionOther
} LSA_FOREST_TRUST_COLLISION_RECORD_TYPE;

Constants

 
CollisionTdo
Collision between TrustedDomain objects. This indicates a collision with a namespace element of another forest.
CollisionXref
Collision between cross-references. This indicates a collision with a domain in the same forest.
CollisionOther
Collision that is not a collision between TrustedDomain objects or cross-references.

Remarks

This enumeration is used by the LSA_FOREST_TRUST_COLLISION_RECORD structure.

Requirements

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