Package com.sun.jna.platform.win32
Class WinDef.DWORDLONG
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.DWORDLONG
- All Implemented Interfaces:
- NativeMapped,- Serializable,- Comparable<WinDef.DWORDLONG>
- Enclosing interface:
- WinDef
64-bit unsigned integer.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
DWORDLONGpublic DWORDLONG()Instantiates a new dwordlong.
- 
DWORDLONGpublic DWORDLONG(long value) Instantiates a new dwordlong.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<WinDef.DWORDLONG>
 
 
-