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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.win32.WinNT.HANDLEfromNative, setPointerMethods inherited from class com.sun.jna.PointerTypeequals, getPointer, hashCode, nativeType, toNative
- 
Constructor Details- 
HKLpublic HKL()Instantiates a new hkl.
- 
HKLInstantiates a new hkl.- Parameters:
- p- the p
 
- 
HKLpublic HKL(int i) 
 
- 
- 
Method Details- 
getLanguageIdentifierpublic int getLanguageIdentifier()Get the low word (unsigned short).
- 
getDeviceHandlepublic int getDeviceHandle()
- 
toString- Overrides:
- toStringin class- WinNT.HANDLE
 
 
-