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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(WinDef.DWORD other) getHigh()High WORD.getLow()Low WORD.Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Field Details- 
SIZEpublic static final int SIZEThe Constant SIZE.- See Also:
 
 
- 
- 
Constructor Details- 
DWORDpublic DWORD()Instantiates a new dword.
- 
DWORDpublic DWORD(long value) Instantiates a new dword.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
getLowLow WORD.- Returns:
- Low WORD.
 
- 
getHighHigh WORD.- Returns:
- High WORD.
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<WinDef.DWORD>
 
 
-