[][src]Function ntapi::ntzwapi::ZwQuerySystemInformationEx

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