CArchive::Read
Visual Studio 2005
Reads a specified number of bytes from the archive.
UINT Read( void* lpBuf, UINT nMax );
Parameters
- lpBuf
-
A pointer to a user-supplied buffer that is to receive the data read from the archive.
- nMax
-
An unsigned integer specifying the number of bytes to be read from the archive.