Home
last modified time | relevance | path

Searched refs:WinlogonDesktop (Results 1 – 7 of 7) sorted by relevance

/reactos/base/system/winlogon/
H A Dwlx.c415 return (int)SwitchDesktop(Session->WinlogonDesktop); in WlxSwitchDesktopToWinlogon()
1021 Session->WinlogonDesktop = CreateDesktopW( in CreateWindowStationAndDesktops()
1028 if (!Session->WinlogonDesktop) in CreateWindowStationAndDesktops()
1053 if (!SetThreadDesktop(Session->WinlogonDesktop) || in CreateWindowStationAndDesktops()
1054 !SwitchDesktop(Session->WinlogonDesktop)) in CreateWindowStationAndDesktops()
1073 if (Session->WinlogonDesktop) in CreateWindowStationAndDesktops()
1075 CloseDesktop(Session->WinlogonDesktop); in CreateWindowStationAndDesktops()
1076 Session->WinlogonDesktop = NULL; in CreateWindowStationAndDesktops()
H A Dsas.c501 DisplayStatusMessage(Session, Session->WinlogonDesktop, IDS_LOADINGYOURPERSONALSETTINGS); in HandleLogon()
542 DisplayStatusMessage(Session, Session->WinlogonDesktop, IDS_APPLYINGYOURPERSONALSETTINGS); in HandleLogon()
881 SwitchDesktop(Session->WinlogonDesktop); in HandleLogoff()
907 DisplayStatusMessage(Session, Session->WinlogonDesktop, IDS_SAVEYOURSETTINGS); in HandleLogoff()
983 DisplayStatusMessage(Session, Session->WinlogonDesktop, IDS_REACTOSISRESTARTING); in HandleShutdown()
985 DisplayStatusMessage(Session, Session->WinlogonDesktop, IDS_REACTOSISSHUTTINGDOWN); in HandleShutdown()
1093 SwitchDesktop(Session->WinlogonDesktop); in DoGenericAction()
1523 if (!SwitchDesktop(Session->WinlogonDesktop)) in InitializeSAS()
H A Dsetup.c131 SwitchDesktop(WLSession->WinlogonDesktop); in RunSetupThreadProc()
H A Dnotify.c444 Info.hDesktop = pSession->WinlogonDesktop; in CallNotificationDlls()
H A Dwinlogon.c537 DisplayStatusMessage(WLSession, WLSession->WinlogonDesktop, IDS_REACTOSISSTARTINGUP); in WinMain()
H A Dwinlogon.h230 HDESK WinlogonDesktop; member
/reactos/win32ss/user/ntuser/
H A Ddesktop.c2279 static const UNICODE_STRING WinlogonDesktop = RTL_CONSTANT_STRING(L"Winlogon"); in UserInitializeDesktop() local
2293 if (RtlEqualUnicodeString(DesktopName, &WinlogonDesktop, TRUE)) in UserInitializeDesktop()