Class 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).
  • Constructor Details

    • 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 Details

    • getLanguageIdentifier

      public int getLanguageIdentifier()
      Get the low word (unsigned short).
    • getDeviceHandle

      public int getDeviceHandle()
    • toString

      public String toString()
      Overrides:
      toString in class WinNT.HANDLE