Implement RtlReverseWideString(), RtlTrimLeftWideString(), RtlTrimRightWideString() and RtlTrimWideString() routines

This commit is contained in:
2024-02-14 14:46:34 +01:00
parent d964e4b408
commit 7e23484252
3 changed files with 140 additions and 8 deletions

View File

@@ -49,6 +49,7 @@
@ stdcall RtlReadRegisterLong(ptr)
@ stdcall RtlReadRegisterShort(ptr)
@ stdcall RtlReverseString(str long)
@ stdcall RtlReverseWideString(wstr long)
@ stdcall RtlSameMemory(ptr ptr long)
@ stdcall RtlSetMemory(ptr long long)
@ cdecl RtlStringLength(str long)
@@ -56,8 +57,11 @@
@ stdcall RtlTokenizeString(str str str)
@ cdecl RtlTokenizeWideString(wstr wstr wstr)
@ cdecl RtlTrimLeftString(str)
@ stdcall RtlTrimLeftWideString(wstr)
@ cdecl RtlTrimRightString(str)
@ stdcall RtlTrimRightWideString(wstr)
@ cdecl RtlTrimString(str)
@ stdcall RtlTrimWideString(wstr)
@ cdecl RtlWideStringLength(wstr long)
@ stdcall RtlWriteRegisterByte(ptr long)
@ stdcall RtlWriteRegisterLong(ptr long)