Class WinDef.DWORD
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.DWORD
- All Implemented Interfaces:
NativeMapped, Serializable, Comparable<WinDef.DWORD>
- Direct Known Subclasses:
OaIdl.HREFTYPE, WinBase.DCB.DCBControllBits, WinDef.LCID
- Enclosing interface:
WinDef
32-bit unsigned integer.
- Author:
- dblock[at]dblock.org
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(WinDef.DWORD other) getHigh()High WORD.getLow()Low WORD.Methods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Field Details
-
SIZE
public static final int SIZEThe Constant SIZE.- See Also:
-
-
Constructor Details
-
DWORD
public DWORD()Instantiates a new dword. -
DWORD
public DWORD(long value) Instantiates a new dword.- Parameters:
value- the value
-
-
Method Details
-
getLow
-
getHigh
-
compareTo
- Specified by:
compareToin interfaceComparable<WinDef.DWORD>
-