CFile::WriteHuge

Call this member function to write data from a buffer to the file associated with the CFile object. WriteHuge throws an exception in response to several conditions, including the disk-full condition.

Syntax

void WriteHuge( const void* lpBuf, 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::Read, CFile::ReadHuge, CFile::Write