ntdll: Implement NtLoadKey

Alexandre Julliard julliard at winehq.org
Thu Mar 24 06:35:35 CST 2005


James Hawkins <truiken at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list