public static class WinDef.DWORD extends IntegerType
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
Constructor and Description |
---|
DWORD()
Instantiates a new dword.
|
DWORD(long value)
Instantiates a new dword.
|
Modifier and Type | Method and Description |
---|---|
WinDef.WORD |
getHigh()
High WORD.
|
WinDef.WORD |
getLow()
Low WORD.
|
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()