[NTOSKRNK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 19 Nov 2013 23:09:13 +0000 (23:09 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 19 Nov 2013 23:09:13 +0000 (23:09 +0000)
commitf200563361d8c1c88cdd7042d52d6cae4f69cd95
tree10a6e85c84d826ea570b62ac19cda77f7da670b9
parent69b8eb2c547f9f10a7384a1f4b2eaae947fb34aa
[NTOSKRNK]
Implement ExpWin32SessionCallout, which attaches to the session that the object (desktop or window station) belongs to before invoking any callbacks. The session side of support for this is currently hardcoded to support only a single session. To make this properly work, all callbacks that go through this function have the same function pointer type now, fix this in win32k accordingly.

svn path=/trunk/; revision=61052
reactos/include/ndk/pstypes.h
reactos/ntoskrnl/ex/win32k.c
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/ARM3/session.c
reactos/ntoskrnl/ps/win32.c
reactos/win32ss/user/ntuser/desktop.c
reactos/win32ss/user/ntuser/desktop.h
reactos/win32ss/user/ntuser/winsta.c
reactos/win32ss/user/ntuser/winsta.h