- 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
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
-
Field Summary
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
Modifier and TypeMethodDescriptionint
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 Details
-
INSTANCE
-
PROCESS_BASIC_INFORMATION
static final int PROCESS_BASIC_INFORMATION- See Also:
-
-
Method Details
-
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)
-