The last argument to MultiByteToWideChar is wide character count and
[wine] / dlls / riched20 / caret.c
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-07-26  Phil KrylovImplemented EM_CHARFROMPOS RichEdit message.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-07-01  Stefan HuehnerMake some function static.
2005-06-28  Phil KrylovImplemented EM_GETTEXTLENGTHEX RichEdit message.
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-14  Gerald PfeiferMake ME_ArrowLeft() return a value in every case.
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof Foltman- specialized handler for SF_TEXT (ANSI or Unicode...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.