CFile::m_hFile

This data member contains the operating-system file handle for an open file. It contains CFile::hFileNull (an operating-system-independent empty file indicator) if the handle has not been assigned.

UINT m_hFile;

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CFile Overview, CFile Data Members, File Service Classes