CHtmlStream::Free

virtual void Free( BYTE* lpMem );

Parameters

lpMem

Pointer to the memory to be deallocated*.*

Remarks

Called by the framework to free memory. Override this function to implement custom memory deallocation. If you override this function, you will probably want to override Alloc and Realloc as well.

CHtmlStream OverviewClass MembersHierarchy Chart

See Also   CHtmlStream::Alloc, CHtmlStream::Realloc