PspSetJobLimitsJobPreCallback

NTSTATUS __stdcall PspSetJobLimitsJobPreCallback(_EJOB *Job, PSP_SET_JOB_LIMITS_CONTEXT *Context){
  PspSetEffectiveJobLimits(Job, Context);
  if( (Context[2] & 1) == 0 && *(_EJOB **)Context != Job )
  {
    ExAcquirePushLockExclusiveEx(&stru_140C130B0, 0i64);
    _InterlockedOr((volatile signed __int32 *)Job + 330, 0x100u);
  }
  return 0;
}

Referenced by:

No references.