PopSetDisplayStatus

VOID __stdcall PopSetDisplayStatus(MONITOR_DISPLAY_STATE State){
  unsigned int ProcessSessionId; 
  ProcessSessionId = PsGetProcessSessionIdEx(*((_QWORD *)KeGetCurrentThread() + 23));
  PopAcquireAdaptiveLock(1u);
  PopSetSessionDisplayStatus(ProcessSessionId, State, 1u);
  PopReleaseAdaptiveLock();
}

Referenced by:

NtPowerInformation
PopPowerInformationInternal