NativeMapped, java.io.Serializable, java.lang.Comparable<WinDef.ULONG>WinDef.SCODEpublic static class WinDef.ULONG extends IntegerType implements java.lang.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, toStringpublic ULONG()
public ULONG(long value)
value - the valuepublic int compareTo(WinDef.ULONG other)
compareTo in interface java.lang.Comparable<WinDef.ULONG>