This message is sent by an application to add Unicode 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)(LPWSTR) szwText;
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.
szwText
Null-terminated wide character text string to be added to the HTML control.
Return Values
None.
Remarks
This is the Unicode version of DTM_ADDTEXT. After the Unicode text has been added to the HTML control, the text parameters in the notification messages will be Unicode.
See Also