- Migration changes from PPROCESSINFO and PTHREADINFO to use ClientInfo from TEB...
authorJames Tabor <james.tabor@reactos.org>
Thu, 2 Apr 2009 18:52:34 +0000 (18:52 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 2 Apr 2009 18:52:34 +0000 (18:52 +0000)
commitc993561d5d9003d1e71a28e5abf34bc310f125f7
tree67877ad2a36395f1db37e053fb3b577d81be438e
parent35e7c09e4bb6fccc3637d0c1c2491d1be5082acd
- Migration changes from PPROCESSINFO and PTHREADINFO to use ClientInfo from TEB. I moved kpi to ci->ppi, we still depend on it as a reference pointer.
- Added and changed structure types.
- Tested with old AbiWord, FireFox and explorer.
- Comment out TestWindowProcess until the rest is ready.

svn path=/trunk/; revision=40333
13 files changed:
reactos/dll/win32/user32/include/user32.h
reactos/dll/win32/user32/misc/misc.c
reactos/dll/win32/user32/windows/window.c
reactos/include/reactos/win32k/ntuser.h
reactos/subsystems/win32/win32k/ntuser/class.c
reactos/subsystems/win32/win32k/ntuser/desktop.c
reactos/subsystems/win32/win32k/ntuser/hook.c
reactos/subsystems/win32/win32k/ntuser/message.c
reactos/subsystems/win32/win32k/ntuser/misc.c
reactos/subsystems/win32/win32k/ntuser/msgqueue.c
reactos/subsystems/win32/win32k/ntuser/simplecall.c
reactos/subsystems/win32/win32k/ntuser/timer.c
reactos/subsystems/win32/win32k/ntuser/window.c