Re: RtlQueryRegistryValues and RtlCheckRegistryKey

2005-01-20 Thread Robert Shearman
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

RtlQueryRegistryValues

2005-01-19 Thread Ivan Leo Puoti
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.

RtlQueryRegistryValues implementation, probably not prefect but makes safedisc happy

2005-01-10 Thread Ivan Leo Puoti
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. /* *