[][src]Type Definition ntapi::ntzwapi::ZwQuerySystemInformationEx

type ZwQuerySystemInformationEx = unsafe extern "system" fn(SystemInformationClass: SYSTEM_INFORMATION_CLASS, InputBuffer: PVOID, InputBufferLength: ULONG, SystemInformation: PVOID, SystemInformationLength: ULONG, ReturnLength: PULONG) -> NTSTATUS;