Package org.lwjgl.system.windows
Class Kernel32
java.lang.Object
org.lwjgl.system.windows.Kernel32
Native bindings to Kernel32 library.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded from the kernel32SharedLibrary. -
Method Summary
Modifier and TypeMethodDescriptionstatic longstatic intstatic intstatic longstatic intstatic org.lwjgl.system.SharedLibraryReturns the kernel32SharedLibrary.static intGetProcessId(long Process) static intGetProcessIdOfThread(long Thread) static intGetThreadId(long Thread)
-
Method Details
-
getLibrary
public static org.lwjgl.system.SharedLibrary getLibrary()Returns the kernel32SharedLibrary. -
GetCurrentProcess
public static long GetCurrentProcess() -
GetCurrentProcessId
public static int GetCurrentProcessId() -
GetProcessId
public static int GetProcessId(long Process) -
GetCurrentThread
public static long GetCurrentThread() -
GetCurrentThreadId
public static int GetCurrentThreadId() -
GetThreadId
public static int GetThreadId(long Thread) -
GetProcessIdOfThread
public static int GetProcessIdOfThread(long Thread) -
GetCurrentProcessorNumber
public static int GetCurrentProcessorNumber()
-