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