Package com.sun.jna.platform.win32
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.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(WinDef.DWORD other) getHigh()
High 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
-
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
Low WORD.- Returns:
- Low WORD.
-
getHigh
High WORD.- Returns:
- High WORD.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<WinDef.DWORD>
-