CFile::Write

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

Syntax

virtual void Write( const void* lpBuf, UINT nCount );
throw( CFileException );

At a Glance

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

Remarks

You can use the Cfile::Open member function to write to files in the Windows CE object store.

See Also

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