CFile::Read

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

Syntax

virtual UINT Read( 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 read files in the Windows CE object store.

See Also

CFile Overview, CFile Member Functions, File Service Classes