James Hawkins truiken@gmail.com writes:
This implementation passes the registry tests. A new server function is added, mount_key. mount_key is similar to load_registry except that mount_key can only load a key under HKLM or HKU and the key is created inside mount_key. To use load_registry, the subkey has to be created and then passed in as a parameter. load_registry is no longer used by anything, so if it should be remove, let me know.
What you should have done is modify load_registry, there's no reason to create a new request that does the same thing.