|
From: Giovanni Dicanio on 26 May 2008 18:10 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
|
Pages: 1 Prev: Create a COM Object Using VB Dll. Next: MFC-based FTP Transfer is slow |