CFile::ReadHuge

Call this member function to read data into a buffer from the file associated with the CFile object.

Syntax

DWORD ReadHuge( void* lpBuffer, DWORD dwCount );
throw( CFileException );

At a Glance

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

See Also

CFile Overview, CFile Member Functions, File Service Classes, CFile::Write, CFile::WriteHuge, CFile::Read