From: Giovanni Dicanio on
Today I was searching information for CEdit::LineLength, and I found what
IMHO is a documentation error:

CEdit::LineLength
http://msdn.microsoft.com/en-us/library/b9a98xd4.aspx

In fact, the official documentation says that the return value is the length
in *bytes*, but stepping into MFC code implementation (at least on VC2008)
shows that the actual return value is the length in TCHAR's (as one would
"naturally" think...).

I added a community content about that on MSDN site.

If this documentation error is confirmed, Joe: you may consider adding that
to your "MSDN Documentation Errors and Omissions" page?

Giovanni