CArchive::ReadString

This member function reads text data into a buffer from the file associated with the CArchive object.

Syntax

Bool ReadString(CString& rString );
LPTSTR ReadString( LPTSTR
lpsz, UINT nMax );
throw(
CArchiveException );

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::Read, CArchive::Write, CArchive::WriteString, CArchiveException