PopSetNotificationWork

VOID __stdcall PopSetNotificationWork(UINT64 Flags){
  if( ((unsigned int)Flags & PopNotifyEvents) != (_DWORD)Flags )
  {
    _InterlockedOr(&PopNotifyEvents, Flags);
    PopGetPolicyWorker(4ui64);
    PopCheckForWork();
  }
}

Referenced by:

PoRegisterPowerSettingCallback
PopApplyPolicy
PopBatteryApplyCompositeState
PopExecutePowerAction
PopGetSettingNotificationName
PopInitilizeAcDcSettings
PopSetPowerSettingValue
PopUserPresentSet
PopUserPresentSetWorker