SysMemCpyΒΆ
This function of type DWORD is used to copy a defined number of memory locations from one buffer to another. The function will return the pointer to the address of the destination buffer area.
The difference to SysMemMove is that you only can copy between two non-adjoining buffers.
Variable | Data Type | Description |
---|---|---|
dwDest | DWORD | Address of destination buffer |
dwSrc | DWORD | Address of source buffer |
dwCount | DWORD | Number of memory locations to be copied |