On Fri Nov 15 20:32:16 2024 +0000, Alanas Tebuev wrote:
Also add a TRACE() when forwarding notifications to hwndNotify.
OK, but [pager has no `TRACE`](https://gitlab.winehq.org/wine/wine/-/blob/ab40b7fd8686345bf77a27ceb12d4dfba...).
Only explanation of nmhdr.code=0xffffff60=LVN_FIRST-60 I found is https://narkive.com/VaroOjWB.6:<blockquote cite="https://narkive.com/VaroOjWB.6">Google for LVN_FIRST-60 and you'll find out that it's LVN_GETEMPTYTEXTA.<br>Google for LVN_GETEMPTYTEXTA and you'll find out that the lParam<br>parameter points to a NMLVDISPINFOA struct.<br><br>Regards<br>Timo</blockquote>