JNA API 3.0.7

Package com.sun.jna.examples.win32

Provides examples of w32 library mappings.

See:
          Description

Interface Summary
GDI32 Definition (incomplete) of gdi32.dll.
Kernel32 Definition (incomplete) of kernel32.dll.
Kernel32.OVERLAPPED_COMPLETION_ROUTINE  
Shell32 Mapping for w32 Shell API.
User32 Provides access to the w32 user32 library.
User32.HOOKPROC  
User32.LowLevelKeyboardProc  
User32.WNDENUMPROC  
W32API Base type for most W32 API libraries.
W32Errors  
 

Class Summary
GDI32.BITMAPINFO  
GDI32.BITMAPINFOHEADER  
GDI32.RECT  
GDI32.RGBQUAD  
GDI32.RGNDATA  
GDI32.RGNDATAHEADER  
Kernel32.FILE_NOTIFY_INFORMATION This structure is non-trivial since it is a pattern stamped into a large block of result memory rather than something that stands alone or is used for input.
Kernel32.OVERLAPPED  
Kernel32.SECURITY_ATTRIBUTES  
Kernel32.SYSTEMTIME  
Shell32.SHFILEOPSTRUCT  
User32.BLENDFUNCTION  
User32.FLASHWINFO  
User32.GUITHREADINFO  
User32.HHOOK  
User32.KBDLLHOOKSTRUCT  
User32.MSG  
User32.POINT Defines the x- and y-coordinates of a point.
User32.SIZE Specifies the width and height of a rectangle.
User32.WINDOWINFO  
W32API.DWORD  
W32API.HANDLE  
W32API.HANDLEByReference LPHANDLE
W32API.HBITMAP  
W32API.HDC  
W32API.HICON  
W32API.HINSTANCE  
W32API.HMODULE  
W32API.HRGN  
W32API.HWND  
W32API.LONG_PTR  
W32API.LPARAM  
W32API.LRESULT  
W32API.SIZE_T  
W32API.SSIZE_T  
W32API.UINT_PTR  
W32API.ULONG_PTR  
W32API.WORD  
W32API.WPARAM  
 

Package com.sun.jna.examples.win32 Description

Provides examples of w32 library mappings.


JNA API 3.0.7

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