Implement RtlCompareGuids() kernel routine

This commit is contained in:
2024-01-31 16:08:06 +01:00
parent 48d1e7f04c
commit 8e61503de1
4 changed files with 33 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
@ stdcall KeSetTargetProcessorDpc(ptr long)
@ stdcall KeSignalCallDpcDone(ptr)
@ stdcall KeSignalCallDpcSynchronize(ptr)
@ stdcall RtlCompareGuids(ptr ptr)
@ stdcall RtlCompareMemory(ptr ptr long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlFillMemory(ptr long long)