SetProcessRestrictionExemption method

int SetProcessRestrictionExemption(
  1. int fEnableExemption
)

Implementation

int SetProcessRestrictionExemption(
  int fEnableExemption,
) {
  return (_SetProcessRestrictionExemption ??= _dylib.lookupFunction<
          _c_SetProcessRestrictionExemption,
          _dart_SetProcessRestrictionExemption>(
      'SetProcessRestrictionExemption'))(
    fEnableExemption,
  );
}