This member function is called by the CMemFile overrides of CFile::Read and CFile::Write to transfer data to and from the memory file. Override this function if you want to change the way that CMemFile handles copying memory files.
BYTE * Memcpy( BYTE* lpMemTarget, BYTE* lpMemSource, UINT nBytes );
Header file: | Afx.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation | Visual C++ documentation |
CMemFile Overview, CMemFile Member Functions, File Service Classes, CFile::Read, CFile::Write