Package com.sun.jna.platform.win32
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).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Constructor Details
-
HKL
public HKL()Instantiates a new hkl. -
HKL
Instantiates a new hkl.- Parameters:
p
- the p
-
HKL
public HKL(int i)
-
-
Method Details
-
getLanguageIdentifier
public int getLanguageIdentifier()Get the low word (unsigned short). -
getDeviceHandle
public int getDeviceHandle() -
toString
- Overrides:
toString
in classWinNT.HANDLE
-