PspTimerDelayWorkerRoutine

NTSTATUS __stdcall PspTimerDelayWorkerRoutine(PVOID P){
  NTSTATUS result; 
  if( ExAcquireRundownProtection((PEX_RUNDOWN_REF)(*((_QWORD *)P + 4) + 1112i64)) )
  {
    PspApplyTimerDelayProcess(*((_QWORD *)P + 4), 0i64);
    ExReleaseRundownProtection((PEX_RUNDOWN_REF)(*((_QWORD *)P + 4) + 1112i64));
  }
  ObfDereferenceObjectWithTag(*((PVOID *)P + 4), 0x624A7350ui64);
  ExFreePoolWithTag(P, 0x65446954u);
  return result;
}

Referenced by:

No references.