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.
- Author:
- dblock[at]dblock.org
- See Also:
-
Field Summary
Fields inherited from class WinDef.ULONG
SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WinDef.ULONG
compareToMethods inherited from class IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class Number
byteValue, shortValue
-
Constructor Details
-
SCODE
public SCODE()Instantiates a new SCODE. -
SCODE
public SCODE(long value) Instantiates a new SCODE.- Parameters:
value- the value
-