CMemFile::Memcpy

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.

Syntax

BYTE * Memcpy( BYTE* lpMemTarget, BYTE* lpMemSource, UINT nBytes );

At a Glance

Header file: Afx.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CMemFile Overview, CMemFile Member Functions, File Service Classes, CFile::Read, CFile::Write