◄CMemFile► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── CMemFile( UINT nGrowBytes = 1024 ) throw ( CFileException, CMemoryException ); Parameter Description <nGrowBytes> The memory-allocation increment in bytes. Remarks This constructor allocates memory and opens an empty memory file. Example CMemFile f; // ready to use - no Open necessary -♦-