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,- java.io.Serializable,- java.lang.Comparable<WinDef.DWORD>
 - Direct Known Subclasses:
- OaIdl.HREFTYPE,- WinBase.DCB.DCBControllBits,- WinDef.LCID
 - Enclosing interface:
- WinDef
 
 public static class WinDef.DWORD extends IntegerType implements java.lang.Comparable<WinDef.DWORD> 32-bit unsigned integer.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intSIZEThe Constant SIZE.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(WinDef.DWORD other)WinDef.WORDgetHigh()High WORD.WinDef.WORDgetLow()Low WORD.- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
- 
 
- 
- 
- 
Field Detail- 
SIZEpublic static final int SIZE The Constant SIZE.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getLowpublic WinDef.WORD getLow() Low WORD.- Returns:
- Low WORD.
 
 - 
getHighpublic WinDef.WORD getHigh() High WORD.- Returns:
- High WORD.
 
 - 
compareTopublic int compareTo(WinDef.DWORD other) - Specified by:
- compareToin interface- java.lang.Comparable<WinDef.DWORD>
 
 
- 
 
-