s3: re-run make samba3-idl.
[amitay/samba.git] / librpc / gen_ndr / winreg.h
index 7ebc847565a12bcff0faae31d0500a0748eceae3..c0e13d0d1744367089c490bcc7d53168b2129817 100644 (file)
@@ -42,10 +42,12 @@ struct winreg_SecBuf {
        uint8_t inherit;
 };
 
-/* bitmap winreg_KeyType */
-#define REG_KEYTYPE_NON_VOLATILE ( 0x00000000 )
-#define REG_KEYTYPE_VOLATILE ( 0x00000001 )
-#define REG_KEYTYPE_SYMLINK ( 0x00000002 )
+/* bitmap winreg_KeyOptions */
+#define REG_OPTION_NON_VOLATILE ( 0x00000000 )
+#define REG_OPTION_VOLATILE ( 0x00000001 )
+#define REG_OPTION_CREATE_LINK ( 0x00000002 )
+#define REG_OPTION_BACKUP_RESTORE ( 0x00000004 )
+#define REG_OPTION_OPEN_LINK ( 0x00000008 )
 
 enum winreg_CreateAction
 #ifndef USE_UINT_ENUMS