CInternetFile::ReadString

This method reads a stream of characters until it finds a newline character.

At a Glance

Header file: Afxinet.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

virtual BOOL ReadString( CString& rString ); throw ( CInternetException );

virtual LPTSTR ReadString( LPTSTR pstr, UINT nMax ); throw ( CInternetException );