Implement RtlClearBits() and RtlSetBits() routines

This commit is contained in:
2024-03-19 19:53:49 +01:00
parent 3cd55260e6
commit b6f915c0c5
3 changed files with 162 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
@ stdcall KeSignalCallDpcSynchronize(ptr)
@ stdcall RtlClearAllBits(ptr)
@ stdcall RtlClearBit(ptr long)
@ stdcall RtlClearBits(ptr long long)
@ stdcall RtlCompareGuids(ptr ptr)
@ stdcall RtlCompareMemory(ptr ptr long)
@ stdcall RtlCompareString(str str long)
@@ -57,6 +58,7 @@
@ stdcall RtlSameMemory(ptr ptr long)
@ stdcall RtlSetAllBits(ptr)
@ stdcall RtlSetBit(ptr long)
@ stdcall RtlSetBits(ptr long long)
@ stdcall RtlSetMemory(ptr long long)
@ stdcall RtlStringLength(str long)
@ stdcall RtlStringToWideString(wstr str long)