reactos/base/system/winlogon
Eric Kohl 2ae4585250 [WINLOGON] Clean up part 2
- Replace the UNICODE_STRING usMessage by a PWSTR pszMessage.
- Use the "%02d:%02d:%02d" time format and get rid of the safe string printf because the string will NEVER be longer than 8 characters.
- Rename the timer id constant because it is NOT a resource id.
- Rename variables according to the coding style.
2018-04-02 12:47:15 +02:00
..
lang [WINLOGON] Implement BaseInitiateSystemShutdownEx(). (#458) 2018-04-01 19:39:41 +02:00
res
CMakeLists.txt [WINLOGON] Missed this file 2018-04-02 00:42:15 +02:00
environment.c
notify.c
resource.h [WINLOGON] Implement BaseInitiateSystemShutdownEx(). (#458) 2018-04-01 19:39:41 +02:00
rpcserver.c [WINLOGON] Move the system shutdown code into a separate file 2018-04-02 00:38:52 +02:00
sas.c
screensaver.c
setup.c
shutdown.c [WINLOGON] Clean up part 2 2018-04-02 12:47:15 +02:00
winlogon.c
winlogon.h [WINLOGON] Move the system shutdown code into a separate file 2018-04-02 00:38:52 +02:00
winlogon.rc
wlx.c