Add flags for RegRestoreKey to /include/winnt.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Change Log: Add flags for RegRestoreKey

Files Changed: /include/winnt.h

--

Tony Lambregts
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|  \

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux