mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
9d4dbeb5c98ee80d7927055a27e3b09ebf6767a1
- Part 2/2 of SrvLogon (see r66303): load the per-user shutdown timeouts. - Retrieve those per-user shutdown timeouts from the registry when the user logs on, adapted from Alex' shutdown patch plus existing code. - Commit the main part of shutdown code (finally!), still unfinished yet: * Need to switch to the desktop where the hanging GUI app's window is present, * Need to deal with apps from other users * What about SYSTEM processes? * What about console processes? - Reuse the old timeout code. - Fix the sending of WM_QUERYENDSESSION and WM_ENDSESSION messages (this is done by win32k directly; for that winsrv needs just to send one WM_CLIENTSHUTDOWN message with the correct wParam parameter). Part 13/X CORE-8322 #comment Big commit in revision 66306! svn path=/trunk/; revision=66306
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%