Loading HTML content from a Stream(5) The IPersistStreamInit interface has InitNew and Load methods that are used to initialize and load an HTML document from a stream. The InitNew method initializes the stream to a known state and the Load method loads the HTML content from the stream.
In the previous sample code, the HTML document is initialized and the HTML content is loaded from the stream.
Note In Microsoft Internet EXPlorer 5, more than one call to the Load method of the IPersist interfaces is supported. In earlier versions, only one call to Load per instance of MSHTML is supported.