Click to return to the Reusing Browser Technology home page    
IHTMLDocument2::write Met...     IHTMLDocument3 Interface     IHTMLDocument2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDocument2::writeln Method


Writes one or more HTML expressions to a document in the specified window, followed by a carriage return.

Syntax

HRESULT writeln(
    SAFEARRAY *psarray
);

Parameters

psarray
Address of a safe array that contains the text and HTML tags to write.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

In HTML, the carriage return is ignored unless it is within preformatted text.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

write


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.