Package EOorg.EOeolang.EOsys.Win32
Class WinDef.DWORD
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- EOorg.EOeolang.EOsys.Win32.WinDef.DWORD
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,Serializable
,Comparable<WinDef.DWORD>
- Enclosing interface:
- WinDef
public static final class WinDef.DWORD extends com.sun.jna.IntegerType implements Comparable<WinDef.DWORD>
The 32-bit unsigned integer.- Since:
- 0.40
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DWORD(long value)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(WinDef.DWORD other)
WinDef.WORD
getHigh()
High WORD.WinDef.WORD
getLow()
Low WORD.-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
getLow
public WinDef.WORD getLow()
Low WORD.- Returns:
- Low WORD.
-
getHigh
public WinDef.WORD getHigh()
High WORD.- Returns:
- High WORD.
-
compareTo
public int compareTo(WinDef.DWORD other)
- Specified by:
compareTo
in interfaceComparable<WinDef.DWORD>
-
-