Difference between revisions of "Csrss.exe"

From ReactOS Wiki
Jump to: navigation, search
(Replaced content with "{{DISPLAYTITLE:csrss.exe}} {{stub}} User mode subsystem server (Part of Win32™ Personality? Subset of System Services?) {{Code history|subsystems/win32/csrss}} == S...")
(Rewrite for more information.)
Line 1: Line 1:
 
{{DISPLAYTITLE:csrss.exe}}
 
{{DISPLAYTITLE:csrss.exe}}
 
{{stub}}
 
{{stub}}
User mode subsystem server (Part of Win32™ Personality? Subset of System Services?)
+
Client/Server Runtime Subsystem, or csrss.exe, is an essential component of the Windows NT™ family of operating systems. It provides the user mode side of the Win32 subsystem and is included in Windows 2000 and later, while Win32.sys is the kernel-mode portion of the Win32 Subsystem. It is responsible for console windows, creating and/or deleting threads, and some parts of the 16-bit virtual MS-DOS environment.
 +
 
  
 
{{Code history|subsystems/win32/csrss}}
 
{{Code history|subsystems/win32/csrss}}

Revision as of 04:13, 19 August 2015

The page Csrss.exe is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


Client/Server Runtime Subsystem, or csrss.exe, is an essential component of the Windows NT™ family of operating systems. It provides the user mode side of the Win32 subsystem and is included in Windows 2000 and later, while Win32.sys is the kernel-mode portion of the Win32 Subsystem. It is responsible for console windows, creating and/or deleting threads, and some parts of the 16-bit virtual MS-DOS environment.


Commit history (Source code can be found in: /reactos/subsystems/win32/csrss)

See also