This message is sent by an application to add text to the HTML control.
At a Glance
Header file: | Htmlctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
DTM_ADDTEXT wParam = (WPARAM)(BOOL) bPlainText;
lParam = (LPARAM)(LPSTR) szText;
Parameters
bPlainText
Boolean that indicates the format of the text to be added. If set to TRUE, the text is treated as plain text. If set to FALSE, the text is treated as HTML formatted text.
szText
Null-terminated text string to be added to the HTML control.
Return Values
None.
See Also