VOID __stdcall RtlSetConsoleSessionForegroundProcessId(UINT64 ProcessId){
_KSPIN_LOCK *v2;
if( PsIsCurrentThreadInServerSilo() )
PsGetCurrentServerSiloGlobals(v2)->UserSharedData->ConsoleSessionForegroundProcessId = ProcessId;
else
KUSER_SHARED_DATA.ConsoleSessionForegroundProcessId = ProcessId;
}