SetProcessRestrictionExemption method

int SetProcessRestrictionExemption(
  1. int fEnableExemption
)

Implementation

int SetProcessRestrictionExemption(
  int fEnableExemption,
) {
  return _SetProcessRestrictionExemption(
    fEnableExemption,
  );
}