CHtmlStream::GrowStream

virtual void GrowStream( DWORD dwNewLen );

Parameters

dwNewLen

New size of the memory file.

Remarks

Called by the framework to expand memory. You can override it if you want to change how CHtmlStream expands its memory. The default implementation calls Realloc to increase an existing block (or Alloc to create a memory block), allocating memory in multiples of the nGrowBytes value specified in the constructor or Attach call.

CHtmlStream OverviewClass MembersHierarchy Chart

See Also   CHtmlStream::m_nStreamSize, CHtmlStream::GetStreamSize