CMemFile::Realloc

This member function is called by several CMemFile member functions. Override this function to implement custom memory reallocation. If you override this function, you will probably also want to override Alloc and Free.

Syntax

BYTE * Realloc( BYTE* lpMem, DWORD 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, CMemFile::Alloc, CMemFile::Free