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

Class User32Util



  • public final class User32Util
    extends java.lang.Object
    Provides convenient usage of functions defined by User32.dll.
    Author:
    Ralf HAMBERGER, Markus KARG (markus[at]headcrashing[dot]eu)
    • Field Detail

      • WIN32VK_MAPPABLE

        public static final java.util.EnumSet<Win32VK> WIN32VK_MAPPABLE
        Set of Win32VK members that can be mapped to a UniCode code point via a keyboard layout.
    • Constructor Detail

      • User32Util

        public User32Util()
    • Method Detail

      • registerWindowMessage

        public static final int registerWindowMessage(java.lang.String lpString)
      • destroyWindow

        public static final void destroyWindow(WinDef.HWND hWnd)
      • loadString

        public static java.lang.String loadString(java.lang.String location)
                                           throws java.io.UnsupportedEncodingException
        Load a string value from the string table of an executable.
        Parameters:
        location - the location, eg. %SystemRoot%\system32\input.dll,-5011
        Returns:
        the string located at the designated location
        Throws:
        java.io.UnsupportedEncodingException
JNA API 5.10.0

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