Class WinDef.LCID
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.platform.win32.WinDef.DWORD
com.sun.jna.platform.win32.WinDef.LCID
- All Implemented Interfaces:
NativeMapped, Serializable, Comparable<WinDef.DWORD>
- Enclosing interface:
WinDef
The Class LCID.
- Author:
- dblock[at]dblock.org
- See Also:
-
Field Summary
Fields inherited from class WinDef.DWORD
SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WinDef.DWORD
compareTo, getHigh, getLowMethods 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
-
LCID
public LCID()Instantiates a new lcid. -
LCID
public LCID(long value) Instantiates a new lcid.- Parameters:
value- the value
-