Class Kernel32.Functions

java.lang.Object
icyllis.modernui.core.Kernel32.Functions
Enclosing class:
Kernel32

public static final class Kernel32.Functions extends Object
Contains the function pointers loaded from the kernel32 SharedLibrary.
  • Field Details

    • CloseHandle

      public static final long CloseHandle
      Function address.
    • GetHandleInformation

      public static final long GetHandleInformation
      Function address.
    • GetLastError

      public static final long GetLastError
      Function address.
    • AddDllDirectory

      public static final long AddDllDirectory
      Function address.