public static class WinDef.DWORD extends IntegerType implements java.lang.Comparable<WinDef.DWORD>
Modifier and Type | Field and Description |
---|---|
static int |
SIZE
The Constant SIZE.
|
Constructor and Description |
---|
DWORD()
Instantiates a new dword.
|
DWORD(long value)
Instantiates a new dword.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WinDef.DWORD other) |
WinDef.WORD |
getHigh()
High WORD.
|
WinDef.WORD |
getLow()
Low WORD.
|
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
public static final int SIZE
public DWORD()
public DWORD(long value)
value
- the valuepublic WinDef.WORD getLow()
public WinDef.WORD getHigh()
public int compareTo(WinDef.DWORD other)
compareTo
in interface java.lang.Comparable<WinDef.DWORD>