Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CFile::m_hFile
CFile                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Syntax
 
  UINT m_hFile;
 
  Remarks
 
  Contains the operating-system file handle for an open file. It contains
  CFile::m_hFileNull (an operating-system-independent empty file
  indicator) if the handle has not been assigned.
 
  Usage of m_hFile is not recommended because the member's meaning depends
  on the derived class. m_hFile is made a public member to conveniently
  support nonpolymorphic use of the class.
 
                                     -♦-