MoveMemory()
语法
MoveMemory(*SourceMemoryID, *DestinationMemoryID, Length)概要
Copy a memory area starting from the *SourceMemoryID to the *DestinationMemoryID. Overlapping of the two memory areas is allowed.
参数
*SourceMemoryID The address where the bytes are copied from. *DestinationMemoryID The address where the bytes are copied to. Length The amount of bytes to copy.
返回值
无.
Remarks
This command can be slower than CopyMemory(), but it ensures that the bytes are copied correctly, even if the two memory areas overlap.
参阅
CopyMemory(), AllocateMemory(), MemorySize()
已支持操作系统
所有