CArchive::Write
Visual Studio 2005
Writes a specified number of bytes to the archive.
void Write( const void* lpBuf, UINT nMax );
Parameters
- lpBuf
-
A pointer to a user-supplied buffer that contains the data to be written to the archive.
- nMax
-
An integer that specifies the number of bytes to be written to the archive.