NativeMapped
, Serializable
, Comparable<WinDef.DWORD>
OaIdl.HREFTYPE
, WinBase.DCB.DCBControllBits
, WinDef.LCID
public static class WinDef.DWORD extends IntegerType implements Comparable<WinDef.DWORD>
Modifier and Type | Field | Description |
---|---|---|
static int |
SIZE |
The Constant SIZE.
|
Constructor | Description |
---|---|
DWORD() |
Instantiates a new dword.
|
DWORD(long value) |
Instantiates a new dword.
|
Modifier and Type | Method | 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
byteValue, shortValue
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 Comparable<WinDef.DWORD>