Ivan Leo Puoti wrote:
Implement RtlQueryRegistryValues, RtlCheckRegistryKey is implemented in
this patch as a free bonus. Thanks to the guys on IRC for their help.
BTW when RtlCheckRegistryKey is called with the RTL_REGISTRY_HANDLE flag,
it always returns STATUS_SUCCESS, even if called with NULL
Hello Alexandre,
I don't know if you missed this patch,
http://www.winehq.com/hypermail/wine-patches/2005/01/0502.html
if you think something in it is wrong, or if you haven't got to it yet.
If this isn't the case please let me know.
Ivan.
I've attempted to implement RtlQueryRegistryValues()
This code is probably buggy, as I haven't tested it much, but it makes safedisc
happy.
If it's OK I'll send a patch to add it to ntdll, ntoskrnl will then forward
calls.
comments/corrections/thoughts welcome.
Ivan.
/*
*