Package com.sun.jna.platform.win32
Klasse NTSecApi.LSA_FOREST_TRUST_RECORD
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
- Bekannte direkte Unterklassen:
NTSecApi.LSA_FOREST_TRUST_RECORD.ByReference
- Umschließende Schnittstelle:
NTSecApi
@FieldOrder({"Flags","ForestTrustType","Time","u"})
public static class NTSecApi.LSA_FOREST_TRUST_RECORD
extends Structure
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static class
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungint
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.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
read()
Reads the fields of the struct from native memoryVon Klasse geerbte Methoden 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
-
Felddetails
-
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.
-
-
Konstruktordetails
-
LSA_FOREST_TRUST_RECORD
public LSA_FOREST_TRUST_RECORD()
-
-
Methodendetails