Function windows::Win32::System::JobObjects::QueryIoRateControlInformationJobObject
pub unsafe fn QueryIoRateControlInformationJobObject<P0, P1>(
hjob: P0,
volumename: P1,
infoblocks: *mut *mut JOBOBJECT_IO_RATE_CONTROL_INFORMATION,
infoblockcount: *mut u32,
) -> u32where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,