On Mon, 2020-03-02 at 13:31 +0800, Dmitry Timoshkov wrote:
+static UINT msi_dialog_listview_handler( msi_dialog *dialog, msi_control *control, WPARAM param ) +{
- NMHDR *nmhdr = (NMHDR *)param;
- TRACE("nmhdr->code = %#x (%d)\n", nmhdr->code, nmhdr->code);
- return ERROR_SUCCESS;
+}
It looks like we should set the item property here (to the value in the 'Value' column of the ListView table). If you're not going to do that in this patch it would be better to print a fixme.