QueryIoRateControlInformationJobObject method
Implementation
int QueryIoRateControlInformationJobObject(
ffi.Pointer<ffi.Void> hJob,
ffi.Pointer<ffi.Uint16> VolumeName,
ffi.Pointer<ffi.Pointer<JOBOBJECT_IO_RATE_CONTROL_INFORMATION>> InfoBlocks,
ffi.Pointer<ffi.Uint64> InfoBlockCount,
) {
return (_QueryIoRateControlInformationJobObject ??= _dylib.lookupFunction<
_c_QueryIoRateControlInformationJobObject,
_dart_QueryIoRateControlInformationJobObject>(
'QueryIoRateControlInformationJobObject'))(
hJob,
VolumeName,
InfoBlocks,
InfoBlockCount,
);
}