If given the EWX_FORCE flag, ExitWindowsEx() should not send the
commit6415654f5fcd41b3a197e29ccc78d327e2612eb0
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 9 Sep 2005 10:35:47 +0000 (9 10:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Sep 2005 10:35:47 +0000 (9 10:35 +0000)
tree6779a62f7b9f2c6aa5cd1d4adec333192a65043d
parent20a1a203c616f5d94060d98de3086d6dcbe07c1d
If given the EWX_FORCE flag, ExitWindowsEx() should not send the
WM_{QUERY}ENDSESSION messages.
Add support for EWX_FORCEIFHUNG.
ExitWindowsEx() should return true if it succeeds, even if the user
cancels the shutdown.
dlls/user/user_main.c