Add flags for RegRestoreKey to /include/winnt.h

Tony Lambregts tony_lambregts at telusplanet.net
Mon Mar 10 13:22:26 CST 2003


Change Log: Add flags for RegRestoreKey

Files Changed: /include/winnt.h

--

Tony Lambregts
-------------- next part --------------
Index: winnt.h
===================================================================
RCS file: /home/wine/wine/include/winnt.h,v
retrieving revision 1.153
diff -u -r1.153 winnt.h
--- winnt.h	30 Jan 2003 00:19:14 -0000	1.153
+++ winnt.h	10 Mar 2003 19:23:37 -0000
@@ -3362,6 +3362,12 @@
 #define KEY_NOTIFY		0x00000010
 #define KEY_CREATE_LINK		0x00000020
 
+/* for RegKeyRestore flags */
+#define REG_WHOLE_HIVE_VOLATILE 0x00000001 /* Restore whole hive volatile */
+#define REG_REFRESH_HIVE        0x00000002 /* Unwind changes to last flush */
+#define REG_NO_LAZY_FLUSH       0x00000004 /* Never lazy flush this hive */
+#define REG_FORCE_RESTORE       0x00000008 /* Force the restore process */
+
 #define KEY_READ	      ((STANDARD_RIGHTS_READ|  \
 				KEY_QUERY_VALUE|  \
 				KEY_ENUMERATE_SUB_KEYS|  \


More information about the wine-patches mailing list