18 Jul
2025
18 Jul
'25
9:23 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
}
static BOOL -TREEVIEW_SendSimpleNotify(const TREEVIEW_INFO *infoPtr, UINT code) +TREEVIEW_SendSimpleNotify(const TREEVIEW_INFO *infoPtr, UINT code, BOOL *result) Let's add a comment clarifying the meaning of the return value and `result`. For example, "Return TRUE if TREEVIEW_SendSimpleNotify() succeeded. The return code for the notification is in `result`"
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8258#note_110281