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