SetIoRateControlInformationJobObject method
int
SetIoRateControlInformationJobObject(
- Pointer<
Void> hJob, - Pointer<
JOBOBJECT_IO_RATE_CONTROL_INFORMATION> IoRateControlInfo
Implementation
int SetIoRateControlInformationJobObject(
ffi.Pointer<ffi.Void> hJob,
ffi.Pointer<JOBOBJECT_IO_RATE_CONTROL_INFORMATION> IoRateControlInfo,
) {
return (_SetIoRateControlInformationJobObject ??= _dylib.lookupFunction<
_c_SetIoRateControlInformationJobObject,
_dart_SetIoRateControlInformationJobObject>(
'SetIoRateControlInformationJobObject'))(
hJob,
IoRateControlInfo,
);
}