forked from xt-sys/exectos
Extend RTL with substring search and character case functions
This commit is contained in:
@@ -55,6 +55,10 @@
|
||||
@ stdcall RtlDivideLargeInteger(long long long ptr)
|
||||
@ stdcall RtlFindClearBits(ptr long long)
|
||||
@ stdcall RtlFindSetBits(ptr long long)
|
||||
@ stdcall RtlFindString(str str)
|
||||
@ stdcall RtlFindStringInsensitive(str str)
|
||||
@ stdcall RtlFindWideString(wstr wstr)
|
||||
@ stdcall RtlFindWideStringInsensitive(wstr wstr)
|
||||
@ stdcall RtlInitializeBitMap(ptr ptr long)
|
||||
@ stdcall RtlMoveMemory(ptr ptr long)
|
||||
@ stdcall RtlMultiplyLargeInteger(long long long)
|
||||
@@ -74,6 +78,10 @@
|
||||
@ stdcall RtlTestBit(ptr long)
|
||||
@ stdcall RtlTokenizeString(str str str)
|
||||
@ stdcall RtlTokenizeWideString(wstr wstr wstr)
|
||||
@ stdcall RtlToLowerCharacter(long)
|
||||
@ stdcall RtlToLowerWideCharacter(long)
|
||||
@ stdcall RtlToUpperCharacter(long)
|
||||
@ stdcall RtlToUpperWideCharacter(long)
|
||||
@ stdcall RtlTrimLeftString(str)
|
||||
@ stdcall RtlTrimLeftWideString(wstr)
|
||||
@ stdcall RtlTrimRightString(str)
|
||||
|
Reference in New Issue
Block a user