public static class WinNT.LARGE_INTEGER extends Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
WinNT.LARGE_INTEGER.ByReference |
static class |
WinNT.LARGE_INTEGER.LowHigh |
static class |
WinNT.LARGE_INTEGER.UNION |
Structure.ByValue| Modifier and Type | Field and Description |
|---|---|
WinNT.LARGE_INTEGER.UNION |
u |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE| Constructor and Description |
|---|
WinNT.LARGE_INTEGER() |
| Modifier and Type | Method and Description |
|---|---|
WinDef.DWORD |
getHigh()
High DWORD.
|
WinDef.DWORD |
getLow()
Low DWORD.
|
long |
getValue()
64-bit value.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeFieldpublic WinNT.LARGE_INTEGER.UNION u
public WinDef.DWORD getLow()
public WinDef.DWORD getHigh()
public long getValue()