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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeviceHandle()intgetLanguageIdentifier()Get the low word (unsigned short).java.lang.StringtoString()- 
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointer
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
HKLpublic HKL() Instantiates a new hkl.
 - 
HKLpublic HKL(Pointer p) Instantiates a new hkl.- Parameters:
- p- the p
 
 - 
HKLpublic HKL(int i) 
 
- 
 - 
Method Detail- 
getLanguageIdentifierpublic int getLanguageIdentifier() Get the low word (unsigned short).
 - 
getDeviceHandlepublic int getDeviceHandle() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- WinNT.HANDLE
 
 
- 
 
-