reactos/win32ss/user/user32/misc
Hermès Bélusca-Maïto 4cbc61fd02
[WIN32SS:NTUSER][USER32] NtUserProcessConnect() should return pointers in user client-space. (#3937)
- Do the kernel/server --> user/client-space pointers conversion within
  NtUserProcessConnect(), instead of having the callers of this function
  doing this job.
  This makes the behaviour Windows-compatible.

  NOTE: the gHandleEntries pointer is ReactOS-specific!

- Drop the g_ulSharedDelta global, just use instead gSharedInfo.ulSharedDelta.

- Add extra documentation aspects for NtUserProcessConnect() that are
  not yet implemented in ReactOS.
2021-09-09 16:15:12 +02:00
..
dde.c
ddeclient.c
ddemisc.c
ddeserver.c
desktop.c
display.c
dllmain.c [WIN32SS:NTUSER][USER32] NtUserProcessConnect() should return pointers in user client-space. (#3937) 2021-09-09 16:15:12 +02:00
exit.c
exticon.c [USER32] Add ICO_ExtractIconExW RetPtr NULL check (#2149) 2019-12-16 20:37:23 +09:00
imm.c [USER32][IMM32] Improve User32InitializeImmEntryTable (#3918) 2021-08-23 16:25:21 +09:00
logon.c
misc.c
object.c
resources.c
rtlstr.c
stubs.c [User32] Implement Device Event Message handler 2020-04-11 17:41:26 -05:00
timer.c
usrapihk.c
winhelp.c
winsta.c