PopExternalMonitorUpdatedWorker

VOID __stdcall PopExternalMonitorUpdatedWorker(){
  if( PopPlatformAoAc )
  {
    PopAcquirePolicyLock();
    PopOkayToQueueNextWorkItem((_POP_WORK_ITEM *)((char *)&PopIrpWorkerControlEvent + 2944));
    PopReleasePolicyLock();
    PopEvaluateInputSuppressionAction();
  }
}

Referenced by:

No references.