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`"