VOID __stdcall PoUnblockConsoleSwitch(_WIN32_POWERSTATE_PARAMETERS *Parms, UINT64 Console){
UINT64 SessionId;
LODWORD(SessionId) = Console;
Parms->PowerStateTask = PowerState_UnBlockSessionSwitch;
PopDispatchStateCallout(Parms, &SessionId);
}