jna
Working example of JNA mouse hook
Can any one provide me with a working example of JNA mouse hook, which would be able to track mouse movements/click outside my Java Swing applicat开发者_运维百科ion ?[详细]
2023-01-13 18:04 分类:问答JNA Pointer cast to struct
I have a pointer in a struct. And I passed a struct pointer to this pointer. But I could not type cast back to this pointer to struct.[详细]
2023-01-12 01:35 分类:问答Question about loading DLL (using JNA) inside an OSGi bundle
Currently I have the DLL files (rfid.dll;cpl.dll;rfidtx.dll;) at the root of my bundle. I make a Utility Bundle to hold the jna.jar, and export com.sun.jna, com.sun.jna.ptr as services.[详细]
2023-01-11 22:01 分类:问答Screen capturing inactive window
Is it possible to get image contents of an obstructed window without bringing it to the front? Also, is it possible to send mouse clicks to a specific location开发者_如何学编程s of such window? I want[详细]
2023-01-10 22:16 分类:问答Getting hardware information using java/jna to work on all operating systems
Hi I am trying to write a java applet that will get some hard ware info, mac address(which I have done), cpuid motherboard serial number and hard drive serial number. I know I need to use jna to do th[详细]
2023-01-10 18:38 分类:问答JNA - callback method with void* arguments
I have a C method that registers call back method with vendor provided dll. I have been told that the DLL makes the callback on a separate thread which it creates and controls.There are 3 possible dif[详细]
2023-01-05 05:53 分类:问答JNA union structure mapping
In JNA, how do you map a union structure like the following XEvent from Xlib typedef union _XEvent { int type;/* must not be changed */[详细]
2023-01-04 23:45 分类:问答How one extends JNA interface mappings? (Java)
User32 interface (platform library) is missing some WinAPI functions, so I tried extending it: package myapp[详细]
2023-01-01 07:21 分类:问答Does the Java Native Access API locally save the native libraries for execution?
I was just wondering if anyone knew whether the Java Native Access API will locally save the native 开发者_高级运维libraries into a temporary location before or when loading and using native libraries[详细]
2023-01-01 05:09 分类:问答Windows thumbnail preview with JNA (Java)
W32API.HWND targetHwnd = User32.INSTANCE.FindWindow(\"SunAwtFrame\", \"Frame\") W32API.HWND sourceHwnd = User32.INSTANCE.FindWindow(\"triuiScreen\", \"EVE\")[详细]
2022-12-30 06:06 分类:问答
加载中,请稍侯......