Content deleted Content added
move section |
Rewrote summary |
||
Line 1:
{{expert-subject|Microsoft Windows}}
Like most modern operating systems, [[Microsoft Windows]] supports [[shared libraries]], collections of code which can be used by multiple processes while only being loaded once into memory. Windows terms its shared libraries [[Dynamic-link library|Dynamic-link libraries]] (DLL's).
Most core Windows functionality is contained within [[Native API|Native Applications]] and a set of DLL's, which together provide the various subsystems in which code can run ([[Windows API|Win32]], [[POSIX]], the [[NTVDM|virtual DOS machine]], etc.).
== Hal.dll ==
|