ntdll: Implement NtLoadKey

James Hawkins truiken at gmail.com
Wed Mar 23 13:42:07 CST 2005


Hey,

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.  I ran
tools/make_requests and everything worked there, but I wasn't sure if
I needed to include the generated code in the diff, so it's not in
this diff.

Changelog
* Implement NtLoadKey
* Forward RegLoadKeyA/W to NtLoadKey

-- 
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: loadkey.diff
Type: text/x-patch
Size: 8520 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050323/dd3cf366/loadkey.bin


More information about the wine-patches mailing list