com.sun.jna.examples.win32
public interface W32API extends StdCallLibrary, W32Errors
w32.ascii
to true to default to the ASCII mappings.
| Nested Class Summary | |
|---|---|
| static class | W32API.DWORD |
| static class | W32API.HANDLE |
| static class | W32API.HANDLEByReference LPHANDLE |
| static class | W32API.HBITMAP |
| static class | W32API.HDC |
| static class | W32API.HICON |
| static class | W32API.HINSTANCE |
| static class | W32API.HMODULE |
| static class | W32API.HRESULT |
| static class | W32API.HRGN |
| static class | W32API.HWND |
| static class | W32API.LONG |
| static class | W32API.LONG_PTR |
| static class | W32API.LPARAM |
| static class | W32API.LRESULT |
| static class | W32API.SIZE_T |
| static class | W32API.SSIZE_T |
| static class | W32API.UINT_PTR |
| static class | W32API.ULONG_PTR |
| static class | W32API.WORD |
| static class | W32API.WPARAM |
| Field Summary | |
|---|---|
| Map | ASCII_OPTIONS Standard options to use the ASCII/MBCS version of a w32 API. |
| Map | DEFAULT_OPTIONS |
| W32API.HWND | HWND_BROADCAST Special HWND value. |
| W32API.HANDLE | INVALID_HANDLE_VALUE Constant value representing an invalid HANDLE. |
| Map | UNICODE_OPTIONS Standard options to use the unicode version of a w32 API. |