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