CMemFile( UINT nGrowBytes = 1024 )
throw ( CFileException, CMemoryException );
nGrowBytes
The memory-allocation increment in bytes.
This constructor allocates memory and opens an empty memory file.
CMemFile f; // ready to use - no Open necessary