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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Flags that control the behavior of the operation.int
LSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record.Data type depending on ForestTrustType.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, 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
-
Flags
public int FlagsFlags that control the behavior of the operation. -
ForestTrustType
public 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
-
u
Data type depending on ForestTrustType.
-
-
Constructor Details
-
LSA_FOREST_TRUST_RECORD
public LSA_FOREST_TRUST_RECORD()
-
-
Method Details