Class WinDef.HKL
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinDef.HKL
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
WinDef
Handle to a input locale identifier (formerly called keyboard layout
handle).
- Author:
- dblock[at]dblock.org
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WinNT.HANDLE
fromNative, setPointerMethods inherited from class PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Constructor Details
-
HKL
public HKL()Instantiates a new hkl. -
HKL
-
HKL
public HKL(int i)
-
-
Method Details
-
getLanguageIdentifier
public int getLanguageIdentifier()Get the low word (unsigned short). -
getDeviceHandle
public int getDeviceHandle() -
toString
- Overrides:
toStringin classWinNT.HANDLE
-