ReactOS Tutorials (Documentation)
Windows USER + Console server library source tree
Windows USER + Console server library layout tree
Nothing much has to be said about this library. Winsrv.dll is all but a provider for server intercommunication support for console and window manager environment. That is,
the server being the kernel mode realm of the Windows subsystem environment (as usual Winsrv.dll relies on Win32k). Speaking of the window manager environment, some fundamental
aspects of Winsrv.dll are the hard-error implementation, shutdown/logout notification mechanism and windowing message communication.
- d:
- nt
- windows (Windows Subsystem)
- core (Core Windows Kernel Subsystem)
- ntcon (Native Console)
- server
- _output.h
- _stream.h
- bitmap.c
- clipbrd.c
- cmdline.c
- convarea.c
- cursor.c
- dbcs.c
- directio.c
- find.c
- foncache.c
- hard.c
- input.c
- link.c
- menu.c
- misc.c
- output.c
- private.c
- resize.c
- share.c
- srvinit.c
- srvvdm.c
- stream.c
- ntuser (Native USER Window Manager)
- server
- api.c
- command.c
- debug.c
- exitwin.c
- harderr.c
- icamsg.c
- instdev.c
- reclient.c
- sendmsg.c
- server.c
- rtl (Win32k Run-Time Library)
- termspl (Terminal Spool)