reactos/base/system/winlogon
Hermès Bélusca-Maïto fd39f92fcb
[INCLUDE][WINLOGON] Rename the STARTF_SCRNSAVER flag to STARTF_SCREENSAVER,
as documented in "Advanced Windows NT" by Jeffrey M. Richter (Microsoft Press),
and in https://is.muni.cz/el/1433/jaro2010/PB167/um/cv5/undocumented_CreateProcess.pdf .

[INCLUDE][SERVICES][WIN32K:NTUSER] Add an undocumented STARTF_INHERITDESKTOP flag
for the STARTUPINFO::dwFlags structure member, whose purpose is to tell Win32k
that the created handles to the window station and desktop to which the
process is connecting to, can be inherited by its child processes.
It is used when starting interactive services.
Observed via API monitoring on Windows 2003.
2018-08-19 22:18:40 +02:00
..
lang [WINLOGON] Update Italian translation (#513) (by deleted user) 2018-05-31 15:41:09 +02:00
res
CMakeLists.txt [WINLOGON] Missed this file 2018-04-02 00:42:15 +02:00
environment.c
notify.c
resource.h [WINLOGON] Localize the shutdown timeout 2018-04-29 17:09:37 +02:00
rpcserver.c [WINLOGON] Move the system shutdown code into a separate file 2018-04-02 00:38:52 +02:00
sas.c [WINLOGON][MSGINA] Fix typo. 2018-08-06 17:37:38 +02:00
screensaver.c [INCLUDE][WINLOGON] Rename the STARTF_SCRNSAVER flag to STARTF_SCREENSAVER, 2018-08-19 22:18:40 +02:00
setup.c [WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6. 2018-08-06 17:38:00 +02:00
shutdown.c [WINLOGON] Localize the shutdown timeout 2018-04-29 17:09:37 +02:00
winlogon.c [WINLOGON] When starting Setup (which runs with SYSTEM credentials), explicitly specify on which window station and desktop we start it, so as to avoid the default choice of the non-interactive Service-0x0-3e7$ window station. 2018-07-17 01:59:51 +02:00
winlogon.h [WINLOGON] Allow WinSta0 access only when needed. Also, reset the WinSta0 user as soon as we have logged-off. 2018-07-22 19:03:17 +02:00
winlogon.rc
wlx.c [WINLOGON] Allow WinSta0 access only when needed. Also, reset the WinSta0 user as soon as we have logged-off. 2018-07-22 19:03:17 +02:00