Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.