SysMemMoveΒΆ

This function of type DWORD moves one memory buffer to another. The function will return the address of the destination buffer.

The difference to SysMemCpy is that this function allows to copy even memory areas which are adjoining or even overlapping.

Variable Data Type Description
dwDest DWORD Address of destination buffer
dwSrc DWORD Address of source buffer
dwCount DWORD Number of memory locations to be moved