mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[SETUPLIB][USETUP] Move the registry-update procedure into setuplib.
- It can therefore be also used by the 1st-stage GUI setup. - Rename some function parameters to clarify what they should be. Based on: svn path=/branches/setup_improvements/; revision=75750
This commit is contained in:
parent
dae658088a
commit
6c2d3dee04
7 changed files with 332 additions and 236 deletions
|
@ -47,15 +47,15 @@ ImportRegistryFile(
|
|||
|
||||
NTSTATUS
|
||||
VerifyRegistryHives(
|
||||
IN PUNICODE_STRING InstallPath,
|
||||
IN PUNICODE_STRING NtSystemRoot,
|
||||
OUT PBOOLEAN ShouldRepairRegistry);
|
||||
|
||||
NTSTATUS
|
||||
RegInitializeRegistry(
|
||||
IN PUNICODE_STRING InstallPath);
|
||||
IN PUNICODE_STRING NtSystemRoot);
|
||||
|
||||
VOID
|
||||
RegCleanupRegistry(
|
||||
IN PUNICODE_STRING InstallPath);
|
||||
IN PUNICODE_STRING NtSystemRoot);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue