1.
jna: Shell32.SHFILEOPSTRUCT (JNA API)
Field Summary. boolean, fAnyOperationsAborted. short, fFlags · W32API.HANDLE · hwnd ... fAnyOperationsAborted. public boolean fAnyOperationsAborted ...
2.
jna: X11.Xext (JNA API)
void XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op) ...
3.
jna: Java Native Access (JNA): Pure Java access to native libraries
The native library is also available in platform-specific jar files for use with Java Web Start. Download jna.jar from the download page. Compile and run ...
4.
jna: Java Native Access (JNA): Pure Java access to native libraries
This is PATH on Windows, LD_LIBRARY_PATH on Linux, and DYLD_LIBRARY_PATH on OSX. Declare a Java interface to hold the native library methods by extending ...
5.
jna: Java Native Access (JNA): Pure Java access to native libraries
Access is dynamic at runtime without code generation. JNA allows you to call directly into native functions using natural Java method invocation. ..... Using the wrong calling convention for a library will usually cause a VM crash. ...
6.
jna: GDI32.RGBQUAD (JNA API)
com.sun.jna.Structure extended by com.sun.jna.examples.win32.GDI32.RGBQUAD. Enclosing interface: GDI32. public static class GDI32.RGBQUAD; extends Structure ...
7.
jna: Java Native Access (JNA): Pure Java access to native libraries
Java Native Access (JNA) has a single component, jna.jar ; the supporting native library ..... The Java library code is contained in a NetBeans 5.x project. ...
8.
jna: X11.XVisualInfo (JNA API)
Structure extended by com.sun.jna.examples.unix.X11.XVisualInfo. Enclosing interface: X11. public static class X11.XVisualInfo; extends Structure ...
9.
jna: StringArray (JNA API)
public class StringArray; extends Memory; implements Function.PostCallRead. Handle native array of char* or wchar_t* type by managing allocation/disposal of ...
10.
jna: W32API.HANDLEByReference (JNA API)
Class W32API.HANDLEByReference. java.lang.Object extended by com.sun.jna. ... public static class W32API.HANDLEByReference; extends ByReference. LPHANDLE ...