Commit 5251126f authored by Ivan Leo Puoti's avatar Ivan Leo Puoti Committed by Alexandre Julliard

Add implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and

RtlDeleteRegistryValue.
parent dd073bbb
......@@ -313,7 +313,7 @@
@ stdcall RtlAssert(ptr ptr long long)
@ stub RtlCaptureStackBackTrace
@ stdcall RtlCharToInteger(ptr long ptr)
@ stub RtlCheckRegistryKey
@ stdcall RtlCheckRegistryKey(long ptr)
@ stdcall RtlClearAllBits(ptr)
@ stdcall RtlClearBits(ptr long long)
@ stdcall RtlCompactHeap(long long)
......@@ -369,7 +369,7 @@
@ stub RtlDeleteNoSplay
@ stub RtlDeleteOwnersRanges
@ stub RtlDeleteRange
@ stub RtlDeleteRegistryValue
@ stdcall RtlDeleteRegistryValue(long ptr ptr)
@ stdcall RtlDeleteResource(ptr)
@ stdcall RtlDeleteSecurityObject(long)
@ stdcall RtlDestroyEnvironment(ptr)
......@@ -540,7 +540,7 @@
@ stdcall RtlQueryProcessDebugInformation(long long ptr)
@ stub RtlQueryProcessHeapInformation
@ stub RtlQueryProcessLockInformation
@ stub RtlQueryRegistryValues
@ stdcall RtlQueryRegistryValues(long ptr ptr ptr ptr)
@ stub RtlQuerySecurityObject
@ stub RtlQueryTagHeap
@ stdcall RtlQueryTimeZoneInformation(ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment