windows::Win32::System::JobObjects

Function QueryIoRateControlInformationJobObject

pub unsafe fn QueryIoRateControlInformationJobObject<P1>(
    hjob: Option<HANDLE>,
    volumename: P1,
    infoblocks: *mut *mut JOBOBJECT_IO_RATE_CONTROL_INFORMATION,
    infoblockcount: *mut u32,
) -> u32
where P1: Param<PCWSTR>,