PopIdleDetection

NTSTATUS __stdcall PopIdleDetection(){
  NTSTATUS result; 

  if( PsWin32CalloutsEstablished )
    return PopScanIdleList();
  return result;
}

Referenced by:

PopSystemIdleWorker