CMemFile::GrowFile

This member function is called by several of the CMemFile member functions. Override this function if you want to change the way CMemFile grows its memory file.

Syntax

void GrowFile( DWORD dwNewLen );

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::Attach, CMemFile::CMemFile, CMemFile::Realloc