Difference between revisions of "Win32"

From ReactOS Wiki
Jump to: navigation, search
m (Spelling Correction)
 
Line 1: Line 1:
 
'''Win32''' is the 32bit Windows/ReactOS subsystem responsible for executing x86 executables.
 
'''Win32''' is the 32bit Windows/ReactOS subsystem responsible for executing x86 executables.
  
The Core of the Win32 subsystem is found in the following modules
+
The Core of the Win32 subsystem is found in the following modules:
  
 
* [[Kernel32.dll]] (Base services)
 
* [[Kernel32.dll]] (Base services)
Line 10: Line 10:
 
There are roughly 40 other libraries that make up the rest of Win32.
 
There are roughly 40 other libraries that make up the rest of Win32.
  
Wikipedia has a nice [[wikipedia:Windows API|article]] with focus on the Windows API includong details about the win32 module structure.
+
Wikipedia has a nice [[wikipedia:Windows API|article]] with focus on the Windows API including details about the win32 module structure.
 
== See also ==
 
== See also ==
 
* [[Arwinss]] for the alternative win32 subsystem implementation effort.
 
* [[Arwinss]] for the alternative win32 subsystem implementation effort.

Latest revision as of 00:37, 29 May 2014

Win32 is the 32bit Windows/ReactOS subsystem responsible for executing x86 executables.

The Core of the Win32 subsystem is found in the following modules:

There are roughly 40 other libraries that make up the rest of Win32.

Wikipedia has a nice article with focus on the Windows API including details about the win32 module structure.

See also

  • Arwinss for the alternative win32 subsystem implementation effort.
  • Yarotows - Yet Another Rewrite Of The Old Win32 Subsystem