mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
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.