CMemFile::Memcpy

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.

At a Glance

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

Syntax

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

See Also

CFile::Read, CFile::Write