On Mon, Nov 01, 2004 at 01:43:44AM +0100, Thorsten Kani wrote:
As i understand it, the old Listview code was assuming that LVN_GETDISPINFOW is never used and tried to convince apps with the "A" version of the Message..
Why are you saying that. The code treats LVN_GETDISPINFOW special because it's the only type of message that *gets* textual data rather then sending. SO for this reason, we just reset the buffer on the way out. What other difference is there?
This leads to problems with Braindamaged_Apps(TM) wich handle only the Unicode Message. (Tested App was "Explorer")
Heh. Right now we only send ASCII notifications, which would be even worse. We need proper test cases.