public interface org.jruby.util.WindowsFFI$Kernel32
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.util.WindowsFFI$Kernel32
  super_class: java.lang.Object
{
  public static final int PROCESS_QUERY_INFORMATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  public static final int ERROR_INVALID_PARAMETER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 87

  public static final int PROCESS_TERMINATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int STILL_ACTIVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 259

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import jnr.ffi.LibraryOption cannot be resolved\n\tThe import jnr.ffi.Runtime cannot be resolved\n\tThe import jnr.ffi.annotations.Out cannot be resolved\n\tThe import jnr.ffi.byref cannot be resolved\n\tThe import jnr.ffi.types.intptr_t cannot be resolved\n\tThe import jnr.ffi.types.uintptr_t cannot be resolved\n\tintptr_t cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tOut cannot be resolved to a type\n\tIntByReference cannot be resolved to a type\n\tjnr.ffi.Pointer cannot be resolved to a type\n\tLibraryLoader cannot be resolved\n\tCallingConvention cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int GetProcessId(long);
    descriptor: (J)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        intptr_t()
    RuntimeInvisibleParameterAnnotations: 
      0:
        intptr_t()
    MethodParameters:
        Name  Flags
      handle  

  public abstract jnr.ffi.Pointer OpenProcess(int, int, int);
    descriptor: (III)Ljnr/ffi/Pointer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      dwDesiredAccess  
      bInheritHandle   
      dwProcessId      

  public abstract int CloseHandle(jnr.ffi.Pointer);
    descriptor: (Ljnr/ffi/Pointer;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      handle  

  public abstract int GetLastError();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int GetExitCodeProcess(jnr.ffi.Pointer, IntByReference);
    descriptor: (Ljnr/ffi/Pointer;LIntByReference;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Out()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Out()
    MethodParameters:
                        Name  Flags
      hProcess                
      pointerToExitCodeDword  

  public abstract int TerminateProcess(jnr.ffi.Pointer, int);
    descriptor: (Ljnr/ffi/Pointer;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      hProcess   
      uExitCode  
}
SourceFile: "WindowsFFI.java"
NestHost: org.jruby.util.WindowsFFI
InnerClasses:
  public abstract Kernel32 = org.jruby.util.WindowsFFI$Kernel32 of org.jruby.util.WindowsFFI