Package com.sun.jna.platform.win32
Klasse User32Util
java.lang.Object
com.sun.jna.platform.win32.User32Util
Provides convenient usage of functions defined by
User32.dll.- Autor:
- Ralf HAMBERGER, Markus KARG (markus[at]headcrashing[dot]eu)
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classHelper class, that runs a windows message loop as a seperate thread. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungSet ofWin32VKmembers that can be mapped to a UniCode code point via a keyboard layout. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic final WinDef.HWNDcreateWindow(String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param) static final WinDef.HWNDcreateWindowEx(int exStyle, String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param) static final voiddestroyWindow(WinDef.HWND hWnd) static final List<WinUser.RAWINPUTDEVICELIST> static StringloadString(String location) Load a string value from the string table of an executable.static final intregisterWindowMessage(String lpString)
-
Felddetails
-
WIN32VK_MAPPABLE
Set ofWin32VKmembers that can be mapped to a UniCode code point via a keyboard layout.
-
-
Konstruktordetails
-
User32Util
public User32Util()
-
-
Methodendetails
-
registerWindowMessage
-
createWindow
public static final WinDef.HWND createWindow(String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param) -
createWindowEx
public static final WinDef.HWND createWindowEx(int exStyle, String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param) -
destroyWindow
-
GetRawInputDeviceList
-
loadString
Load a string value from the string table of an executable.- Parameter:
location- the location, eg. %SystemRoot%\system32\input.dll,-5011- Gibt zurück:
- the string located at the designated location
- Löst aus:
UnsupportedEncodingException
-