NtQuerySystemInformation
Introduction
NtQuerySystemInformation use the vaguely documented structure: SYSTEM_PROCESS_INFORMATION
, many of the parameters are reserved to hide the functionality.
Here is a reference to use for SYSTEM_PROCESS_INFORMATION
:
Last updated