CHtmlStream::Write
virtual void Write( const void* lpBuf**, UINT** nCount );
Parameters
lpBuf
A pointer to the user-supplied buffer that contains the data to be written to the stream.
nCount
The number of bytes to be transferred from the buffer.
Remarks
Called by the framework to write data from a buffer to the stream associated with the CHtmlStream object.
CHtmlStream Overview | Class Members | Hierarchy Chart
See Also CHtmlStream::operator <<