Difference between revisions of "Advapi32.dll"

From ReactOS Wiki
Jump to: navigation, search
(Rework intro with some info from wiki.)
m (Fixed hyperlinks.)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
Advapi32.dll is an advanced Windows 32 base API DLL file that provides access to functions beyond the kernel. This API services library supports security and [[wikipedia:Windows registry|registry]] calls. Also included are things like shutdown/restart the system (or abort), start/stop/create a [[Windows service]], and manage user accounts.
+
Advapi32.dll is an advanced Windows 32 base API DLL file that provides access to functions beyond the kernel. This API services library supports security and [[wikipedia:Windows registry|registry]] calls. Also included are things like shutdown/restart the system (or abort), start/stop/create a [[wikipedia:Windows service|Windows service]], and manage user accounts.
  
 
== Relationship with Wine ==
 
== Relationship with Wine ==

Revision as of 23:29, 14 March 2019

The page Advapi32.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.


Advapi32.dll is an advanced Windows 32 base API DLL file that provides access to functions beyond the kernel. This API services library supports security and registry calls. Also included are things like shutdown/restart the system (or abort), start/stop/create a Windows service, and manage user accounts.

Relationship with Wine

Advapi32.dll is NOT synced with Wine, it is made by ReactOS (source)

However, information that has been documented by Wine is of interest to us:

Exports: (source)

Code History

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

External links