CompareMemory()
Syntax
Result = CompareMemory(*MemoryID1, *MemoryID2, Size)Description
Compares the content of two memory areas.
Parameters
*MemoryID1, *MemoryID2 The addresses of the two memory areas to compare. Size The amount of bytes to compare.
Return value
Returns nonzero if the two areas contain the same bytes or zero if the content does not match.
See Also
AllocateMemory(), CompareMemoryString(), MemorySize()
Supported OS
All