Win32k:
authorJames Tabor <james.tabor@reactos.org>
Wed, 19 Sep 2007 13:24:58 +0000 (13:24 +0000)
committerJames Tabor <james.tabor@reactos.org>
Wed, 19 Sep 2007 13:24:58 +0000 (13:24 +0000)
commitde7c2c63e344add9debc29c8e85d14f2d7803782
tree69951ec1242fd99425c6a66dabf4f0bc0191f0c4
parenta7a5e5a486ccbf1ef5acb21148470bcaf0567be7
Win32k:
- Add thread information pointer to the user handle entry. This will be useful for checking handles, if the handle is not part of the current thread.
- Add a test to make sure the current process passes the gHandleTable pointer to user32.
- These changes are important for allowing User32 to read-only the handle object information. Not 100% compatible, we need NtUserProcessConnect and CsrClientConnectToServer. Need a full understanding how they both work with User32.
Ref:
- https://www.microsoft.com/msj/0397/hood/hood0397.aspx
- http://www.winterdom.com/dev/ui/wnd.html

svn path=/trunk/; revision=29105
reactos/subsystems/win32/win32k/include/object.h
reactos/subsystems/win32/win32k/ntuser/object.c