reactos/win32ss/user/user32
Hermès Bélusca-Maïto 9c0564063d
[USER32] Implement the special case in CreateWindowStationW() that, when no window station name is provided (either NULL or empty string), does not open any WindowStation directory handle to be passed to the Win32k function.
Observed via API monitoring.
This corresponds to the case where Win32k creates a window station whose name is based on the logon session identifier for the calling process.

Add also a note about the fact that we need to use a per-session-based WindowStation directory name, as done already in Win32k.

CORE-11933 and PR #621.
2018-08-19 22:18:22 +02:00
..
controls [NTDLL][NTUSER] Fix unselected text after WM_CBLOSTTEXTFOCUS 2018-08-19 14:24:34 +02:00
include [USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion. 2017-12-23 23:42:40 +01:00
lang [TRANSLATIONS] Update and add Turkish translations (#455) 2018-04-01 19:27:08 +02:00
misc [USER32] Implement the special case in CreateWindowStationW() that, when no window station name is provided (either NULL or empty string), does not open any WindowStation directory handle to be passed to the Win32k function. 2018-08-19 22:18:22 +02:00
resources
windows [USER32] Log the text of message boxes to help figure out some test bot timeouts. 2018-08-19 12:02:24 +02:00
CMakeLists.txt
user32.rc
user32.spec [USER32] Implement SoftModalMessageBox() based on the original MessageBoxTimeoutIndirectW(). 2018-08-17 17:12:24 +02:00