NativeMapped, Serializable, Comparable<WinDef.WORD>WinDef.ATOMpublic static class WinDef.WORD extends IntegerType implements Comparable<WinDef.WORD>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
SIZE |
The Constant SIZE.
|
| Constructor | Description |
|---|---|
WORD() |
Instantiates a new word.
|
WORD(long value) |
Instantiates a new word.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(WinDef.WORD other) |
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringbyteValue, shortValuepublic static final int SIZE
public WORD()
public WORD(long value)
value - the valuepublic int compareTo(WinDef.WORD other)
compareTo in interface Comparable<WinDef.WORD>