Implement RtlStringLength() and RtlStringToWideString() routines

This commit is contained in:
2022-10-25 23:45:12 +02:00
parent 0ead750489
commit b1c08e4a9f
4 changed files with 115 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
@ stdcall RtlMoveMemory(ptr ptr long)
@ stdcall RtlSameMemory(ptr ptr long)
@ stdcall RtlSetMemory(ptr long long)
@ cdecl RtlStringLength(str long)
@ cdecl RtlStringToWideString(wstr str long)
@ cdecl RtlWideStringCompare(wstr wstr long)
@ cdecl RtlWideStringConcatenate(wstr wstr long)
@ cdecl RtlWideStringLength(wstr long)