Jonathan Wilson
Jan 9, 9:03 pm show options
> Please see the book
> 'Windows Graphics Programming Win32 GDI and DirectDraw®' by Feng Yuan.
That book discusses some good stuff about the internals of the graphics
subsystem (including gdi32.dll and the gdi side of win32k.sys) but not
about the windowing subsystem (which is, for the most part, in user32.dll
and the user side of win32k.sys) which is what the OP asked about.
As far as I know, there is really no public information on the windowing
subsystem of windows. The closest thing that exists would be the windows
source code which some people have legitimate access to and others have
illegal copies of or the source code to something like ReactOS (although
the internals of the windowing subsystem in ReactOS probobly dont match the
internals of the windowing subsystem in any version of windows)