From da256781271cc7004edd307deaf0300c4bd77a51 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 30 May 2003 22:26:25 +0000 Subject: [PATCH] Added missing registry options. svn path=/trunk/; revision=4800 --- reactos/include/ntos/registry.h | 8 +++++++- reactos/include/ntos/zwtypes.h | 5 ----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/reactos/include/ntos/registry.h b/reactos/include/ntos/registry.h index 9f481ebc298..d41e4242b85 100644 --- a/reactos/include/ntos/registry.h +++ b/reactos/include/ntos/registry.h @@ -1,4 +1,4 @@ -/* $Id: registry.h,v 1.4 2002/11/14 18:21:03 chorns Exp $ +/* $Id: registry.h,v 1.5 2003/05/30 22:26:25 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -35,6 +35,12 @@ #define REG_OPTION_BACKUP_RESTORE (0x8L) #define REG_OPTION_OPEN_LINK (0x8L) +/* Key load/restore options */ +#define REG_WHOLE_HIVE_VOLATILE (0x1L) +#define REG_REFRESH_HIVE (0x2L) +#define REG_NO_LAZY_FLUSH (0x4L) +#define REG_FORCE_RESTORE (0x8L) + /* Key create/open disposition */ #define REG_CREATED_NEW_KEY (0x1L) #define REG_OPENED_EXISTING_KEY (0x2L) diff --git a/reactos/include/ntos/zwtypes.h b/reactos/include/ntos/zwtypes.h index d179589f16c..d8b8adca453 100755 --- a/reactos/include/ntos/zwtypes.h +++ b/reactos/include/ntos/zwtypes.h @@ -1556,11 +1556,6 @@ struct _SYSTEM_QUOTA_INFORMATION #define THREAD_WAIT_OBJECTS 3 //#define MAXIMUM_WAIT_OBJECTS 64 -// key restore flags - -#define REG_WHOLE_HIVE_VOLATILE 1 -#define REG_REFRESH_HIVE 2 - // object type access rights #define OBJECT_TYPE_CREATE 0x0001