This topic has not yet been rated - Rate this topic

LSA_FOREST_TRUST_RECORD_TYPE enumeration

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

Syntax


typedef enum  { 
  ForestTrustTopLevelName,
  ForestTrustTopLevelNameEx,
  ForestTrustDomainInfo,
  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

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.