forked from xt-sys/exectos
Implement RtlClearBits() and RtlSetBits() routines
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user