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 ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintFlags that control the behavior of the operation.intLSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record.Data type depending on ForestTrustType.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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 Details- 
Flagspublic int FlagsFlags that control the behavior of the operation.
- 
ForestTrustTypepublic int ForestTrustTypeLSA_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.
- 
Time
- 
uData type depending on ForestTrustType.
 
- 
- 
Constructor Details- 
LSA_FOREST_TRUST_RECORDpublic LSA_FOREST_TRUST_RECORD()
 
- 
- 
Method Details