Interface NtDll
- All Superinterfaces:
AltCallingConvention, Library, NtDll, StdCall, StdCallLibrary
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from interface Library
Library.HandlerNested classes/interfaces inherited from interface StdCallLibrary
StdCallLibrary.StdCallCallback -
Field Summary
FieldsFields inherited from interface 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_MAPPERFields inherited from interface StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION -
Method Summary
Modifier and TypeMethodDescriptionintNtQueryInformationProcess(WinNT.HANDLE ProcessHandle, int ProcessInformationClass, Pointer ProcessInformation, int ProcessInformationLength, IntByReference ReturnLength) Methods inherited from interface NtDll
NtQuerySecurityObject, NtSetSecurityObject, RtlNtStatusToDosError, ZwQueryKey
-
Field Details
-
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)
-