Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.