This message is sent by an application to inform the HTML control that the document is complete.
At a Glance
Header file: | Htmlctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
DTM_ENDOFSOURCE wParam = 0, lParam = 0,
Return Values
None.
Remarks
This message implies that no more text will be added until the document is cleared. This allows the HTML control to clean up error conditions resulting from incomplete data or corrupt or invalid HTML text.
See Also