Package com.sun.jna.platform.win32
Class WinDef.ATOM
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.WORD
com.sun.jna.platform.win32.WinDef.ATOM
- All Implemented Interfaces:
- NativeMapped,- Serializable,- Comparable<WinDef.WORD>
- Enclosing interface:
- WinDef
16-bit unsigned integer.
- See Also:
- 
Field SummaryFields inherited from class com.sun.jna.platform.win32.WinDef.WORDSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinDef.WORDcompareToMethods 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
- 
Constructor Details- 
ATOMpublic ATOM()Instantiates a new atom.
- 
ATOMpublic ATOM(long value) Instantiates a new atom.- Parameters:
- value- the value
 
 
-