KiDpcWatchdog

VOID __stdcall KiDpcWatchdog(_KDPC *WatchdogDpc, PVOID DeferredContext, PVOID SystemArgument1, PVOID SystemArgument2){
  struct _KPRCB *CurrentPrcb; 
  CurrentPrcb = KeGetCurrentPrcb();
  _disable();
  *((_DWORD *)CurrentPrcb + 7931) = 0;
  KiResetGlobalDpcWatchdogProfiler((INT64)CurrentPrcb);
  _enable();
}

Referenced by:

No references.