CompareMemory()
语法
Result = CompareMemory(*MemoryID1, *MemoryID2, Length)概要
Compares the content of two memory areas.
参数
*MemoryID1, *MemoryID2 The addresses of the two memory areas to compare. Length The amount of bytes to compare.
返回值
Returns nonzero if the two areas contain the same bytes or zero if the content does not match.
参阅
AllocateMemory(), CompareMemoryString(), MemorySize()
已支持操作系统
所有