Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CFile::Close
CFile                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  virtual void Close()
  throw( CFileException );
 
  Remarks
 
  Closes the file associated with this object and makes the file
  unavailable for reading or writing. If you have not closed the file
  before destroying the object, the destructor closes it for you.
 
  If you used new to allocate the CFile object on the heap, then you must
  delete it after closing the file. Close sets m_hFile to
  CFile::hFileNull.
 
  See Also
 
  CFile::Open
 
 
                                     -♦-