exectos/xtoskrnl/xtoskrnl.spec
belliash b1c08e4a9f
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Implement RtlStringLength() and RtlStringToWideString() routines
2022-10-25 23:45:12 +02:00

15 lines
589 B
Python

@ stdcall HlIoPortInByte(ptr)
@ stdcall HlIoPortOutByte(ptr long)
@ stdcall RtlCompareMemory(ptr ptr long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlFillMemory(ptr long long)
@ 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)
@ cdecl RtlWideStringTokenize(wstr wstr wstr)
@ stdcall RtlZeroMemory(ptr long)