Interface NtDll

All Superinterfaces:
AltCallingConvention, Library, NtDll, StdCall, StdCallLibrary

public interface NtDll extends NtDll
  • Field Details

    • INSTANCE

      static final NtDll INSTANCE
    • PROCESS_BASIC_INFORMATION

      static final int PROCESS_BASIC_INFORMATION
      See Also:
  • Method Details

    • NtQueryInformationProcess

      int NtQueryInformationProcess(WinNT.HANDLE ProcessHandle, int ProcessInformationClass, Pointer ProcessInformation, int ProcessInformationLength, IntByReference ReturnLength)