[PATCH] msi: Add support for ListView dialog control.

Hans Leidekker hans at codeweavers.com
Mon Mar 2 04:49:19 CST 2020


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.







More information about the wine-devel mailing list