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 classNtDll.CURDIRstatic classNtDll.PEBstatic classNtDll.PROCESS_BASIC_INFORMATIONstatic classNtDll.RTL_DRIVE_LETTER_CURDIRstatic classNtDll.RTL_USER_PROCESS_PARAMETERSstatic classNtDll.STRINGstatic classNtDll.UNICODE_STRING
-
Field Summary
Fields Modifier and Type Field Description static NtDllINSTANCEstatic intPROCESS_BASIC_INFORMATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intNtQueryInformationProcess(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
-
-