reactos/sdk/tools/mkhive
Hermès Bélusca-Maïto 6a44c10d5d
[MKHIVE] Minor improvements.
- Fix a bug in RegpCreateOrOpenKey() when we attempt to open an
  non-existing (sub-)key.
- Check failure of RegCreateKeyExW() in CreateSymLink().
- Remove unneeded includes.
- Update few comments.
2018-10-14 15:59:54 +02:00
..
binhive.c
binhive.h
CMakeLists.txt
cmi.c [MKHIVE] Simplify CmiAddValueKey() by using CmpAddValueToList(). 2018-10-14 15:59:50 +02:00
cmi.h [MKHIVE] Simplify CmiAddValueKey() by using CmpAddValueToList(). 2018-10-14 15:59:50 +02:00
mkhive.c [MKHIVE] Fixes for the previous fixes. 2018-10-09 01:33:10 +02:00
mkhive.h [MKHIVE] Implement and use RegCloseKey(). 2018-10-14 15:59:41 +02:00
reginf.c [MKHIVE] Sync a bit more of reginf.c with the corresponding setupapi code. 2018-10-14 15:59:46 +02:00
reginf.h
registry.c [MKHIVE] Minor improvements. 2018-10-14 15:59:54 +02:00
registry.h [MKHIVE][CMAKE] Make mkhive a bit more flexible, so that it can generate only specific hives on-demand (and not all of them always at once). 2018-10-08 21:23:38 +02:00
rtl.c