© 2006-2007 ETH Zurich

org.ximtec.igesture.io.win32
Interface W32API

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary, W32Errors
All Known Subinterfaces:
GDI32, Kernel32, User32, Wintab32

public interface W32API
extends com.sun.jna.win32.StdCallLibrary, W32Errors

Base type for most W32 API libraries. Provides standard options for unicode/ASCII mappings. Set the system property w32.ascii to true to default to the ASCII mappings.


Nested Class Summary
static class W32API.HANDLE
           
static class W32API.HBITMAP
           
static class W32API.HDC
           
static class W32API.HICON
           
static class W32API.HINSTANCE
           
static class W32API.HMODULE
           
static class W32API.HRGN
           
static class W32API.HWND
           
static class W32API.LONG_PTR
           
static class W32API.LPARAM
           
static class W32API.LRESULT
           
static class W32API.ULONG_PTR
           
static class W32API.WPARAM
           
 
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static W32API.HANDLE INVALID_HANDLE_VALUE
           
 
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
 
Fields inherited from interface com.sun.jna.Library
OPTION_FUNCTION_MAPPER, OPTION_INVOKING_METHOD, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Fields inherited from interface org.ximtec.igesture.io.win32.W32Errors
ERROR_FILE_NOT_FOUND, ERROR_INVALID_FUNCTION, ERROR_PATH_NOT_FOUND, NO_ERROR
 

Field Detail

INVALID_HANDLE_VALUE

static final W32API.HANDLE INVALID_HANDLE_VALUE

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.