Interface NtDll

  • All Superinterfaces:
    com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.platform.win32.NtDll, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary

    public interface NtDll
    extends com.sun.jna.platform.win32.NtDll
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NtDll INSTANCE  
      static int PROCESS_BASIC_INFORMATION  
      • Fields inherited from interface com.sun.jna.Library

        OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
      • Fields inherited from interface com.sun.jna.win32.StdCallLibrary

        FUNCTION_MAPPER, STDCALL_CONVENTION
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int NtQueryInformationProcess​(com.sun.jna.platform.win32.WinNT.HANDLE ProcessHandle, int ProcessInformationClass, com.sun.jna.Pointer ProcessInformation, int ProcessInformationLength, com.sun.jna.ptr.IntByReference ReturnLength)  
      • Methods inherited from interface com.sun.jna.platform.win32.NtDll

        NtQuerySecurityObject, NtSetSecurityObject, RtlNtStatusToDosError, ZwQueryKey
    • Field Detail

      • INSTANCE

        static final NtDll INSTANCE
    • Method Detail

      • NtQueryInformationProcess

        int NtQueryInformationProcess​(com.sun.jna.platform.win32.WinNT.HANDLE ProcessHandle,
                                      int ProcessInformationClass,
                                      com.sun.jna.Pointer ProcessInformation,
                                      int ProcessInformationLength,
                                      com.sun.jna.ptr.IntByReference ReturnLength)