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 OverviewClass MembersHierarchy Chart

See Also   CHtmlStream::operator <<