PopScreenOff

VOID __stdcall PopScreenOff(POWER_MONITOR_REQUEST_REASON Reason){
  UINT64 Console; 
  _WIN32_POWERINFO_MONITOR Request; 

  LODWORD(Console) = -1;
  PopBlockSessionSwitch(1u, &Console);
  Request.Type = MonitorRequestTypeOff;
  Request.RequestReason = Reason;
  PopControlMonitor(&Request, (unsigned int)Console);
  PopBlockSessionSwitch(0, &Console);
}

Referenced by:

NtPowerInformation
PopIssueActionRequest
PopPowerInformationInternal