LSA_FOREST_TRUST_RECORD_TYPE enumeration (ntsecapi.h)

The LSA_FOREST_TRUST_RECORD_TYPE enumeration defines the type of a Local Security Authority forest trust record.

Syntax

typedef enum {
  ForestTrustTopLevelName,
  ForestTrustTopLevelNameEx,
  ForestTrustDomainInfo,
  ForestTrustBinaryInfo,
  ForestTrustScannerInfo,
  ForestTrustRecordTypeLast
} LSA_FOREST_TRUST_RECORD_TYPE;

Constants

 
ForestTrustTopLevelName
Record contains an included top-level name.
ForestTrustTopLevelNameEx
Record contains an excluded top-level name.
ForestTrustDomainInfo
Record contains an LSA_FOREST_TRUST_DOMAIN_INFO structure.
ForestTrustRecordTypeLast
Marks the end of an enumeration.

Remarks

This enumeration is used by the LSA_FOREST_TRUST_RECORD structure.

Requirements

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