Skip to content

Latest commit

 

History

History
148 lines (115 loc) · 4.5 KB

ns-ntsecapi-lsa_forest_trust_record.md

File metadata and controls

148 lines (115 loc) · 4.5 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ntsecapi._LSA_FOREST_TRUST_RECORD
LSA_FOREST_TRUST_RECORD (ntsecapi.h)
Represents a Local Security Authority forest trust record.
*PLSA_FOREST_TRUST_RECORD
ForestTrustDomainInfo
ForestTrustRecordTypeLast
ForestTrustTopLevelName
ForestTrustTopLevelNameEx
LSA_FOREST_TRUST_RECORD
LSA_FOREST_TRUST_RECORD structure [Security]
PLSA_FOREST_TRUST_RECORD
PLSA_FOREST_TRUST_RECORD structure pointer [Security]
_LSA_FOREST_TRUST_RECORD
ntsecapi/LSA_FOREST_TRUST_RECORD
ntsecapi/PLSA_FOREST_TRUST_RECORD
security.lsa_forest_trust_record
security\lsa_forest_trust_record.htm
security
19b4ee56-664f-4f37-bfc9-129032ebeb22
12/05/2018
*PLSA_FOREST_TRUST_RECORD, ForestTrustDomainInfo, ForestTrustRecordTypeLast, ForestTrustTopLevelName, ForestTrustTopLevelNameEx, LSA_FOREST_TRUST_RECORD, LSA_FOREST_TRUST_RECORD structure [Security], PLSA_FOREST_TRUST_RECORD, PLSA_FOREST_TRUST_RECORD structure pointer [Security], _LSA_FOREST_TRUST_RECORD, ntsecapi/LSA_FOREST_TRUST_RECORD, ntsecapi/PLSA_FOREST_TRUST_RECORD, security.lsa_forest_trust_record
ntsecapi.h
Windows
None supported
Windows Server 2003 [desktop apps only]
Windows
LSA_FOREST_TRUST_RECORD, *PLSA_FOREST_TRUST_RECORD
19H1
_LSA_FOREST_TRUST_RECORD
ntsecapi/_LSA_FOREST_TRUST_RECORD
PLSA_FOREST_TRUST_RECORD
ntsecapi/PLSA_FOREST_TRUST_RECORD
LSA_FOREST_TRUST_RECORD
ntsecapi/LSA_FOREST_TRUST_RECORD
c++
APIRef
kbSyntax
HeaderDef
Ntsecapi.h
LSA_FOREST_TRUST_RECORD

LSA_FOREST_TRUST_RECORD structure

-description

The LSA_FOREST_TRUST_RECORD structure represents a Local Security Authority forest trust record.

-struct-fields

-field Flags

Flags that control the behavior of the operation.

-field ForestTrustType

LSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record. The following table shows the possible values.

Value Meaning
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.

-field Time

Time stamp of the record.

-field ForestTrustData.TopLevelName.case

-field ForestTrustData.TopLevelName.case.ForestTrustTopLevelName

-field ForestTrustData.TopLevelName.case.ForestTrustTopLevelNameEx

-field ForestTrustData.DomainInfo.case

-field ForestTrustData.DomainInfo.case.ForestTrustDomainInfo

-field ForestTrustData.Data.default

-field ForestTrustData

-field ForestTrustData.TopLevelName

Top-level name. This member is used only if the ForestTrustType member is ForestTrustTopLevelName or ForestTrustTopLevelNameEx.

-field ForestTrustData.DomainInfo

Domain information. This member is used only if the ForestTrustType member is ForestTrustDomainInfo.

-field ForestTrustData.Data

Binary data. This member is used for unrecognized entries after ForestTrustRecordTypeLast.