update for HEAD-2003091401
[reactos.git] / include / ntos / registry.h
index e822343..008f375 100644 (file)
 #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)