Class Kernel32

java.lang.Object
org.lwjgl.system.windows.Kernel32

public class Kernel32 extends Object
Native bindings to Kernel32 library.
  • Method Details

    • getLibrary

      public static org.lwjgl.system.SharedLibrary getLibrary()
      Returns the kernel32 SharedLibrary.
    • 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()