Package com.sun.jna.platform.win32
Class WinDef.SCODE
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.ULONG
com.sun.jna.platform.win32.WinDef.SCODE
- All Implemented Interfaces:
- NativeMapped,- Serializable,- Comparable<WinDef.ULONG>
- Enclosing interface:
- WinDef
The Class SCODE.
- See Also:
- 
Field SummaryFields inherited from class com.sun.jna.platform.win32.WinDef.ULONGSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinDef.ULONGcompareToMethods 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- 
SCODEpublic SCODE()Instantiates a new SCODE.
- 
SCODEpublic SCODE(long value) Instantiates a new SCODE.- Parameters:
- value- the value
 
 
-