[USETUP] Move Setup[Delete|Copy|Move]File() from usetup code into the setuplib's...
[reactos.git] / base / setup / usetup / registry.h
index 0548061..ef53b70 100644 (file)
 
 #pragma once
 
-HANDLE
-GetRootKeyByPredefKey(
-    IN HANDLE KeyHandle,
-    OUT PCWSTR* RootKeyMountPoint OPTIONAL);
-
-HANDLE
-GetRootKeyByName(
-    IN PCWSTR RootKeyName,
-    OUT PCWSTR* RootKeyMountPoint OPTIONAL);
-
-BOOLEAN
-ImportRegistryFile(
-    PWSTR Filename,
-    PWSTR Section,
-    LCID LocaleId,
-    BOOLEAN Delete);
-
-NTSTATUS
-VerifyRegistryHives(
-    IN PUNICODE_STRING InstallPath,
-    OUT PBOOLEAN ShouldRepairRegistry);
-
-NTSTATUS
-RegInitializeRegistry(
-    IN PUNICODE_STRING InstallPath);
-
-VOID
-RegCleanupRegistry(
-    IN PUNICODE_STRING InstallPath);
-
 VOID
 SetDefaultPagefile(
     WCHAR Drive);