Function NtQuerySystemInformation [src]
Prototype
pub extern "ntdll" fn NtQuerySystemInformation( SystemInformationClass: SYSTEM_INFORMATION_CLASS, SystemInformation: PVOID, SystemInformationLength: ULONG, ReturnLength: ?*ULONG, ) callconv(.winapi) NTSTATUS
Parameters
SystemInformationClass: SYSTEM_INFORMATION_CLASS
SystemInformation: PVOID
SystemInformationLength: ULONG
ReturnLength: ?*ULONG
Source
pub extern "ntdll" fn NtQuerySystemInformation(
SystemInformationClass: SYSTEM_INFORMATION_CLASS,
SystemInformation: PVOID,
SystemInformationLength: ULONG,
ReturnLength: ?*ULONG,
) callconv(.winapi) NTSTATUS