SysMemCmpΒΆ

This function of type DWORD compares the content of two memory buffers of size dwCount. dwBuf1 and dwBuf2 each show the start address of the buffer.

The function returns the difference of the buffer area contents:

< 0  buf1 smaller than buf2

0  buf1 is of equal size as buf2

> 0  buf1 bigger than buf2

Variable Data Type Description
dwBuf1 DWORD Address of memory buffer 1 (buf1)
dwBuf2 DWORD Address of memory buffer 2 (buf2)
dwCount DWORD Number of memory bytes which should be compared