projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[MKHIVE] Remove key name in our custom registry tree; use cell index instead
[reactos.git]
/
reactos
/
tools
/
mkhive
/
registry.h
diff --git
a/reactos/tools/mkhive/registry.h
b/reactos/tools/mkhive/registry.h
index
40df369
..
27843d4
100644
(file)
--- a/
reactos/tools/mkhive/registry.h
+++ b/
reactos/tools/mkhive/registry.h
@@
-29,15
+29,13
@@
typedef struct _REG_KEY
ULONG SubKeyCount;
ULONG ValueCount;
ULONG SubKeyCount;
ULONG ValueCount;
- ULONG NameSize;
- PWCHAR Name;
-
/* default data */
ULONG DataType;
ULONG DataSize;
PCHAR Data;
/* Information on hard disk structure */
/* default data */
ULONG DataType;
ULONG DataSize;
PCHAR Data;
/* Information on hard disk structure */
+ HCELL_INDEX KeyCellOffsetInParentHive;
HCELL_INDEX KeyCellOffset;
PCM_KEY_NODE KeyCell;
PCMHIVE RegistryHive;
HCELL_INDEX KeyCellOffset;
PCM_KEY_NODE KeyCell;
PCMHIVE RegistryHive;