Call this member function to write data from a buffer to the file associated with the CFile object.
virtual void Write( const void* lpBuf, UINT nCount );
throw( CFileException );
Header File | Afx.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
You can use the Cfile::Open member function to write to files in the Windows CE object store.
CFile Overview, CFile Member Functions, File Service Classes, CFile::Read