Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

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 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()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.