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