Package com.sun.jna.platform.win32
Class NTSecApi.LSA_FOREST_TRUST_RECORD
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
 
 
- 
- Direct Known Subclasses:
- NTSecApi.LSA_FOREST_TRUST_RECORD.ByReference
 - Enclosing interface:
- NTSecApi
 
 @FieldOrder({"Flags","ForestTrustType","Time","u"}) public static class NTSecApi.LSA_FOREST_TRUST_RECORD extends Structure 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNTSecApi.LSA_FOREST_TRUST_RECORD.ByReferencestatic classNTSecApi.LSA_FOREST_TRUST_RECORD.UNION- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intFlagsFlags that control the behavior of the operation.intForestTrustTypeLSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record.WinNT.LARGE_INTEGERTimeNTSecApi.LSA_FOREST_TRUST_RECORD.UNIONuData type depending on ForestTrustType.- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description LSA_FOREST_TRUST_RECORD()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread()Reads the fields of the struct from native memory- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
Flagspublic int Flags Flags that control the behavior of the operation.
 - 
ForestTrustTypepublic int ForestTrustType LSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record. The following table shows the possible values. 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.
 - 
Timepublic WinNT.LARGE_INTEGER Time 
 - 
upublic NTSecApi.LSA_FOREST_TRUST_RECORD.UNION u Data type depending on ForestTrustType.
 
- 
 
-