MEM.Move (FUN)

 

This function of the CAA_Memory.library  copies the amount of "uiNum­berOfBytes" of memory from memory area "Source" to "Destination", wheras these memory areas are allowed to overlap!

In case of success, the function will return “TRUE”.

Only if "pSource" or "pDestination" are set to "0" the copying will not be carried out and the function will return “FALSE”.

pSource

DWORD

Address of source

pDestination

DWORD

Address of target

uiNumberOfBytes

UINT

Number of bytes to be copied

MEM.Move

BOOL

TRUE in case of success