Implement RtlCopyString() and RtlCopyWideString() routines

This commit is contained in:
2024-02-20 16:25:16 +01:00
parent 015faa53a0
commit 83a976dd3a
4 changed files with 99 additions and 0 deletions

View File

@@ -41,6 +41,8 @@
@ stdcall RtlConvertToLargeInteger32(long)
@ stdcall RtlConvertToLargeIntegerUnsigned32(long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlCopyString(ptr ptr long)
@ stdcall RtlCopyWideString(ptr ptr long)
@ stdcall RtlDivideLargeInteger(long long long ptr)
@ stdcall RtlMoveMemory(ptr ptr long)
@ stdcall RtlMultiplyLargeInteger(long long long)