On March 28, 2004 11:52 am, Lionel Ulmer wrote:
That's a nice effort, but this is real long name...
I am corrupted by my day job's coding rules which encourages long function name (thank god Meta-/ exists :-) ).
It's OK. It's good that you acknowladge the problem, this is the first step to recovery :) <g>
If the list of all 'known' Windows messages is easily extracted from Wine, I could do that and put it in some new file in dlls/user/ (like dlls/user/dbg_trace.c).
Not sure where to put this, we may need to run it by AJ.
For all the WM_* stuff in include/winuser.h it seems easy, but then how to find out all the 'control-specific' messages (like EM_*) ?
Most of them are in commctrl.h. If we miss some, people working on them will add them later, so don't worry too much if we're not 100% complete at first iteration.