CHtmlStream::Abort

CHtmlStream::Abort

virtual void Abort( );

Remarks

Called by the framework to end the stream and make the CHtmlStream unavailable for writing.

Use Abort to clean up the stream after a catastrophic error. Use Reset to erase the content of the stream if you plan to write to it again.

Override this member function to implement custom cleanup.

CHtmlStream Overview |  Class Members |  Hierarchy Chart

See Also   CHtmlStream::Reset, CHtmlStream::Close