Package com.sun.jna.platform.win32
Class WinDef.ULONG
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- com.sun.jna.platform.win32.WinDef.ULONG
-
- All Implemented Interfaces:
NativeMapped
,java.io.Serializable
,java.lang.Comparable<WinDef.ULONG>
- Direct Known Subclasses:
WinDef.SCODE
- Enclosing interface:
- WinDef
public static class WinDef.ULONG extends IntegerType implements java.lang.Comparable<WinDef.ULONG>
32-bit unsigned integer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE
The Constant SIZE.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(WinDef.ULONG other)
-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
-
-
-
-
Method Detail
-
compareTo
public int compareTo(WinDef.ULONG other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<WinDef.ULONG>
-
-