Package com.sun.jna.platform.win32
Klasse WinDef.HKL
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinDef.HKL
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
WinDef
Handle to a input locale identifier (formerly called keyboard layout
handle).
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Konstruktordetails
-
HKL
public HKL()Instantiates a new hkl. -
HKL
Instantiates a new hkl.- Parameter:
p
- the p
-
HKL
public HKL(int i)
-
-
Methodendetails
-
getLanguageIdentifier
public int getLanguageIdentifier()Get the low word (unsigned short). -
getDeviceHandle
public int getDeviceHandle() -
toString
- Setzt außer Kraft:
toString
in KlasseWinNT.HANDLE
-