This topic has not yet been rated - Rate this topic

LSA_FOREST_TRUST_COLLISION_RECORD_TYPE enumeration

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

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.