IN SYSTEM_INFORMATION_CLASS SystemInformationClass,
OUT PVOID SystemInformation,
IN ULONG SystemInformationLength,
OUT PULONG ReturnLength OPTIONAL );
NtQuerySystemInformation is used to check some system informations avaiable only in KernelMode (above 0x80000000).
All avaiable (or all known) information classes are described in SYSTEM_INFORMATION_CLASS.