PspTimerDelayWorkerRoutine

NTSTATUS __stdcall PspTimerDelayWorkerRoutine(PVOID P){
  if( ExAcquireRundownProtection((_EX_RUNDOWN_REF *)(*((_QWORD *)P + 4) + 1112i64)) )
  {
    PspApplyTimerDelayProcess(*((_EPROCESS **)P + 4), 0i64);
    ExReleaseRundownProtection((_EX_RUNDOWN_REF *)(*((_QWORD *)P + 4) + 1112i64));
  }
  ObfDereferenceObjectWithTag(*((VOID **)P + 4), 0x624A7350ui64);
  return(unsigned int)ExFreePoolWithTag(P, 0x65446954u);
}

Referenced by:

No references.