Package oshi.jna.platform.windows
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NtDll.CURDIR
static class
NtDll.PEB
static class
NtDll.PROCESS_BASIC_INFORMATION
static class
NtDll.RTL_DRIVE_LETTER_CURDIR
static class
NtDll.RTL_USER_PROCESS_PARAMETERS
static class
NtDll.STRING
static class
NtDll.UNICODE_STRING
-
Field Summary
Fields Modifier and Type Field Description static NtDll
INSTANCE
static int
PROCESS_BASIC_INFORMATION
-
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)
-
-
-
Field Detail
-
INSTANCE
static final NtDll INSTANCE
-
PROCESS_BASIC_INFORMATION
static final int PROCESS_BASIC_INFORMATION
- See Also:
- Constant Field Values
-
-