include: Add KEY_WOW64_* defines.
This commit is contained in:
parent
763018e176
commit
140b259d58
|
@ -4566,6 +4566,9 @@ typedef struct _TAPE_GET_MEDIA_PARAMETERS {
|
|||
#define KEY_ENUMERATE_SUB_KEYS 0x00000008
|
||||
#define KEY_NOTIFY 0x00000010
|
||||
#define KEY_CREATE_LINK 0x00000020
|
||||
#define KEY_WOW64_64KEY 0x00000100
|
||||
#define KEY_WOW64_32KEY 0x00000200
|
||||
#define KEY_WOW64_RES 0x00000300
|
||||
|
||||
/* for RegKeyRestore flags */
|
||||
#define REG_WHOLE_HIVE_VOLATILE 0x00000001
|
||||
|
|
Loading…
Reference in New Issue