© 2006-2007 ETH Zurich

org.ximtec.igesture.io.win32
Interface Kernel32

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary, W32API, W32Errors

public interface Kernel32
extends W32API


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ximtec.igesture.io.win32.W32API
W32API.HANDLE, W32API.HBITMAP, W32API.HDC, W32API.HICON, W32API.HINSTANCE, W32API.HMODULE, W32API.HRGN, W32API.HWND, W32API.LONG_PTR, W32API.LPARAM, W32API.LRESULT, W32API.ULONG_PTR, 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
 
Fields inherited from interface org.ximtec.igesture.io.win32.W32API
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
 
Method Summary
 int GetCurrentThreadId()
           
 int GetLastError()
           
 W32API.HINSTANCE GetModuleHandle(String lpModuleName)
           
 int GetModuleHandleEx(int flag, String str, W32API.HMODULE mod)
           
 

Method Detail

GetModuleHandle

W32API.HINSTANCE GetModuleHandle(String lpModuleName)

GetModuleHandleEx

int GetModuleHandleEx(int flag,
                      String str,
                      W32API.HMODULE mod)

GetCurrentThreadId

int GetCurrentThreadId()

GetLastError

int GetLastError()

© 2006-2007 ETH Zurich

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