CopyMemory()

语法

CopyMemory(*SourceMemoryID, *DestinationMemoryID, Length)
概要
Copy a memory area starting from the *SourceMemoryID to the *DestinationMemoryID.

参数

*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

The source and destination buffers may not overlap. To copy memory to a destination address that overlaps with the source buffer, use MoveMemory().

参阅

MoveMemory(), CopyMemoryString(), AllocateMemory(), MemorySize()

已支持操作系统

所有

<- CompareMemoryString() - Memory Index - CopyMemoryString() ->