Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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