Difference between revisions of "Ntdll.dll"

From ReactOS Wiki
Jump to: navigation, search
m (Section)
m (Order, section)
 
Line 1: Line 1:
Ntdll.dll is NOT synced with WINE, it is made by ReactOS [http://www.reactos.org/forum/viewtopic.php?f=9&t=11006#p90534 (source)]
 
 
 
The Native API Architecture is implemented in NTDLL.dll. Aside from containing Native API user mode entry points, NTDLL.dll also contains process startup and module loading code.
 
The Native API Architecture is implemented in NTDLL.dll. Aside from containing Native API user mode entry points, NTDLL.dll also contains process startup and module loading code.
  
 
NTDLL contains part of the Native API, including the C Run Time Library (RTL) api.
 
NTDLL contains part of the Native API, including the C Run Time Library (RTL) api.
 +
 +
== Relationship with Wine ==
 +
Ntdll.dll is NOT synced with WINE, it is made by ReactOS [http://www.reactos.org/forum/viewtopic.php?f=9&t=11006#p90534 (source)]
  
 
== Code History ==
 
== Code History ==

Latest revision as of 04:02, 17 March 2019

The Native API Architecture is implemented in NTDLL.dll. Aside from containing Native API user mode entry points, NTDLL.dll also contains process startup and module loading code.

NTDLL contains part of the Native API, including the C Run Time Library (RTL) api.

Relationship with Wine

Ntdll.dll is NOT synced with WINE, it is made by ReactOS (source)

Code History

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

See Also