CArchive::WriteString

This member function writes data from a buffer to the file associated with the CArchive object.

Syntax

void WriteString( LPCTSTR lpsz );
throw( CFileException );

At a Glance

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

See Also

CArchive Overview, CArchive Member Functions, Run-Time Object Model Support, CArchive::Write, CArchive::Read, CArchive::ReadString, CFileException