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
public static class WinDef.HKL extends WinNT.HANDLE
Handle to a input locale identifier (formerly called keyboard layout handle).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDeviceHandle()
int
getLanguageIdentifier()
Get the low word (unsigned short).String
toString()
-
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 Detail
-
HKL
public HKL()
Instantiates a new hkl.
-
HKL
public HKL(Pointer p)
Instantiates a new hkl.- Parameters:
p
- the p
-
HKL
public HKL(int i)
-
-
Method Detail
-
getLanguageIdentifier
public int getLanguageIdentifier()
Get the low word (unsigned short).
-
getDeviceHandle
public int getDeviceHandle()
-
toString
public String toString()
- Overrides:
toString
in classWinNT.HANDLE
-
-