VOID __stdcall PopSetDisplayStatus(_MONITOR_DISPLAY_STATE State){
unsigned int ProcessSessionId;
ProcessSessionId = PsGetProcessSessionIdEx((INT64)KeGetCurrentThread()->ApcState.Process);
PopAcquireAdaptiveLock(1u);
PopSetSessionDisplayStatus(ProcessSessionId, State, 1u);
PopReleaseAdaptiveLock();
}