Kernel32.dll

From ReactOS Wiki
Revision as of 10:28, 17 March 2019 by Learn more (talk | contribs) (Relationship with Wine)
Jump to: navigation, search

The page Kernel32.dll 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.


KERNEL32.DLL exposes to applications most of the Win32 base APIs, such as memory management, input/output (I/O) operations, process and thread creation, and synchronization functions. Many of these are implemented within KERNEL32.DLL by calling corresponding functions in the native API, exposed by NTDLL.DLL.

Relationship with Wine

Kernel32.dll is partially synced with Wine.

Code History

Commit history (Source code can be found in: /reactos/dll/win32/kernel32)

External links