This method is called by the CMemFile overrides of CFile::Read and CFile::Write to transfer data to and from the memory file. Override this method to change the way that CMemFile handles copying memory files.
Header file: | Afx.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
Complete documentation | Visual C++ documentation |
BYTE * Memcpy( BYTE* lpMemTarget, BYTE* lpMemSource, UINT nBytes
);