SetIoRateControlInformationJobObject method

int SetIoRateControlInformationJobObject(
  1. Pointer<Void> hJob,
  2. 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,
  );
}