Copies dword values from source to destination in memory.
public:
void CopyMemoryToMemory(
void *pDstAddress,
void *pSrcAddress,
SIZE_T SizeBytes
)
pDstAddress
Type: void *
[in] The destination address. Source and destination must be byte-aligned addresses in graphics memory.
pSrcAddress
Type: void *
[in] The source address. Source and destination must be byte-aligned addresses in graphics memory.
SizeBytes
Type: SIZE_T
[in] The size of data to move. Must be multiple of 4 bytes.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.