mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added missing registry options.
svn path=/trunk/; revision=4800
This commit is contained in:
parent
ddeb6c9e87
commit
da25678127
2 changed files with 7 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue