ReactOS 0.4.16-dev-300-g2aadf2e
|
Go to the source code of this file.
Functions | |
HANDLE | GetRootKeyByPredefKey (IN HANDLE KeyHandle, OUT PCWSTR *RootKeyMountPoint OPTIONAL) |
HANDLE | GetRootKeyByName (IN PCWSTR RootKeyName, OUT PCWSTR *RootKeyMountPoint OPTIONAL) |
BOOLEAN | ImportRegistryFile (IN PCWSTR SourcePath, IN PCWSTR FileName, IN PCWSTR Section, IN LCID LocaleId, IN BOOLEAN Delete) |
NTSTATUS | VerifyRegistryHives (IN PUNICODE_STRING NtSystemRoot, OUT PBOOLEAN ShouldRepairRegistry) |
NTSTATUS | RegInitializeRegistry (IN PUNICODE_STRING NtSystemRoot) |
VOID | RegCleanupRegistry (IN PUNICODE_STRING NtSystemRoot) |
Definition at line 107 of file registry.c.
Referenced by registry_callback().
Definition at line 90 of file registry.c.
Referenced by AddCodepageToRegistry(), AddFontsSettingsToRegistry(), AddHotkeySettings(), AddKbLayoutsToRegistry(), ProcessDisplayRegistry(), ProcessLocaleRegistry(), SetDefaultPagefile(), SetGeoID(), and SetMountedDeviceValue().
BOOLEAN ImportRegistryFile | ( | IN PCWSTR | SourcePath, |
IN PCWSTR | FileName, | ||
IN PCWSTR | Section, | ||
IN LCID | LocaleId, | ||
IN BOOLEAN | Delete | ||
) |
Definition at line 507 of file registry.c.
VOID RegCleanupRegistry | ( | IN PUNICODE_STRING | NtSystemRoot | ) |
Definition at line 997 of file registry.c.
Referenced by UpdateRegistry().
NTSTATUS RegInitializeRegistry | ( | IN PUNICODE_STRING | NtSystemRoot | ) |
Definition at line 679 of file registry.c.
Referenced by main(), and UpdateRegistry().
NTSTATUS VerifyRegistryHives | ( | IN PUNICODE_STRING | NtSystemRoot, |
OUT PBOOLEAN | ShouldRepairRegistry | ||
) |
These hives are created by LSASS during 2nd stage setup
Definition at line 603 of file registry.c.
Referenced by UpdateRegistry().