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