forked from xt-sys/exectos
* Export RtlWideStringTokenize() * Allow to compare whole strings in RtlWideStringCompare() when no length specified * RtlSameMemory() returns boolean now * Source bytes can be constant value in RtlCopyMemory()
6 lines
236 B
Python
6 lines
236 B
Python
@ stdcall HlIoPortInByte(ptr)
|
|
@ stdcall HlIoPortOutByte(ptr long)
|
|
@ stdcall RtlCopyMemory(ptr ptr long)
|
|
@ stdcall RtlSameMemory(ptr ptr long)
|
|
@ stdcall RtlWideStringCompare(wstr wstr long)
|
|
@ stdcall RtlWideStringTokenize(wstr wstr wstr) |