|
JNA API> 3.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.sun.jna.platform.win32.NTSecApi.LSA_UNICODE_STRING
public static class NTSecApi.LSA_UNICODE_STRING
The LSA_UNICODE_STRING structure is used by various Local Security Authority (LSA) functions to specify a Unicode string.
Nested Class Summary | |
---|---|
static class |
NTSecApi.LSA_UNICODE_STRING.ByReference
|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
Structure.ByValue |
Field Summary | |
---|---|
Pointer |
Buffer
Pointer to a wide character string. |
short |
Length
Specifies the length, in bytes, of the string pointed to by the Buffer member, not including the terminating null character, if any. |
short |
MaximumLength
Specifies the total size, in bytes, of the memory allocated for Buffer. |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
NTSecApi.LSA_UNICODE_STRING()
|
Method Summary | |
---|---|
java.lang.String |
getString()
String representation of the buffer. |
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public short Length
public short MaximumLength
public Pointer Buffer
Constructor Detail |
---|
public NTSecApi.LSA_UNICODE_STRING()
Method Detail |
---|
public java.lang.String getString()
|
JNA API> 3.4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |