reactos/boot/freeldr/freeldr/ntldr
Hermès Bélusca-Maïto 2b31977838
[FREELDR] Add RegCloseKey() and use it where registry keys need to be closed.
Actually, RegCloseKey() is here a dummy macro that just "returns"
success. Indeed, the internal implementation of RegOpenKey() doesn't
really allocate internal structures: it just returns a "pointer" to
already existing allocated data. Therefore nothing needs to be closed/freed
later on.
2021-11-19 03:55:21 +01:00
..
arch [REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines. 2021-09-13 03:52:19 +02:00
conversion.c
headless.c [FREELDR] EMS boot options: Parse NT kernel load options in a consistent manner. Addendum to d887308b. 2020-12-27 00:51:57 +01:00
inffile.c [FREELDR] Remove a few useless code lines (#3503) 2021-03-09 16:02:11 +01:00
inffile.h [FREELDR] Move files where they are only used. 2019-08-11 22:01:36 +02:00
ntldropts.c [FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF 2020-11-04 19:59:28 +01:00
ntldropts.h [FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF 2020-11-04 19:59:28 +01:00
registry.c [FREELDR] Add RegCloseKey() and use it where registry keys need to be closed. 2021-11-19 03:55:21 +01:00
registry.h [FREELDR] Add RegCloseKey() and use it where registry keys need to be closed. 2021-11-19 03:55:21 +01:00
setupldr.c [FREELDR] Add the possibility to change the boot load options from TXTSETUP.SIF 2020-11-04 19:59:28 +01:00
winldr.c [FREELDR] Add RegCloseKey() and use it where registry keys need to be closed. 2021-11-19 03:55:21 +01:00
winldr.h [FREELDR] Remove the 'Setup' parameter of the LoadAndBootWindowsCommon() function. 2020-11-03 01:51:48 +01:00
wlmemory.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
wlregistry.c [FREELDR] Add RegCloseKey() and use it where registry keys need to be closed. 2021-11-19 03:55:21 +01:00