Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_nameProp Next Topic: IHTMLDocument2::writeln |
IHTMLDocument2::write
HRESULT write( SAFEARRAY *psarray );Writes one or more HTML expressions to a document in the specified window.
- Returns S_OK if successful, or an error value otherwise.
- psarray
- Address of a safe array containing the text and HTML tags to write.
See also writeln
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.