2.2.7.27 LSA_FOREST_TRUST_COLLISION_RECORD

The LSA_FOREST_TRUST_COLLISION_RECORD structure is used to communicate forest trust collision information. For more information about trusted domain objects, see [MS-ADTS] section 6.1.6.

 typedef struct _LSA_FOREST_TRUST_COLLISION_RECORD {
   unsigned long Index;
   LSA_FOREST_TRUST_COLLISION_RECORD_TYPE Type;
   unsigned long Flags;
   LSA_UNICODE_STRING Name;
 } LSA_FOREST_TRUST_COLLISION_RECORD,
  *PLSA_FOREST_TRUST_COLLISION_RECORD;

Index: An ordinal number of a forest trust record in the forest trust information supplied by the caller that suffered a collision. For rules about collisions, see sections 3.1.4.7.16 and 3.1.4.7.16.1.

Type: The type of collision record, as specified in section 2.2.7.26.

Flags: A set of bits specifying the nature of the collision. These flags and the rules for generating them are specified in sections 3.1.4.7.16 and 3.1.4.7.16.1.

Name: The name of the existing entity (a top-level name entry, a domain information entry, or a top-level name exclusion entry) that caused the collision.