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