Searched refs:WinlogonDesktop (Results 1 – 7 of 7) sorted by relevance
/reactos/base/system/winlogon/ |
H A D | wlx.c | 415 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 D | sas.c | 501 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 D | setup.c | 131 SwitchDesktop(WLSession->WinlogonDesktop); in RunSetupThreadProc()
|
H A D | notify.c | 444 Info.hDesktop = pSession->WinlogonDesktop; in CallNotificationDlls()
|
H A D | winlogon.c | 537 DisplayStatusMessage(WLSession, WLSession->WinlogonDesktop, IDS_REACTOSISSTARTINGUP); in WinMain()
|
H A D | winlogon.h | 230 HDESK WinlogonDesktop; member
|
/reactos/win32ss/user/ntuser/ |
H A D | desktop.c | 2279 static const UNICODE_STRING WinlogonDesktop = RTL_CONSTANT_STRING(L"Winlogon"); in UserInitializeDesktop() local 2293 if (RtlEqualUnicodeString(DesktopName, &WinlogonDesktop, TRUE)) in UserInitializeDesktop()
|