mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 09:56:07 +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.