org.zeroturnaround.process.win
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.zeroturnaround.process.win.W32API
W32API.HANDLE
 
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 Kernel32 INSTANCE
           
 
Fields inherited from interface org.zeroturnaround.process.win.W32API
ASCII_OPTIONS, DEFAULT_OPTIONS, INVALID_HANDLE_VALUE, UNICODE_OPTIONS
 
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_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Fields inherited from interface org.zeroturnaround.process.win.W32Errors
ERROR_FILE_NOT_FOUND, ERROR_INVALID_FUNCTION, ERROR_PATH_NOT_FOUND, NO_ERROR
 
Method Summary
 W32API.HANDLE GetCurrentProcess()
           
 int GetProcessId(W32API.HANDLE Process)
           
 

Field Detail

INSTANCE

static final Kernel32 INSTANCE
Method Detail

GetCurrentProcess

W32API.HANDLE GetCurrentProcess()

GetProcessId

int GetProcessId(W32API.HANDLE Process)


Copyright © 2015 ZeroTurnaround. All rights reserved.