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 CHtmlStream* ConstructStream( );
Return Value
A pointer to a CHtmlStream object.
Remarks
This member function is called by the framework to construct a CHtmlStream object. Override this member function to create an instance of your own class to give it functionality other than the default.
See the constructor CHtmlStream::CHtmlStream for information about why you might override ConstructStream and provide special functionality for a CHtmlStream object.