Commit c31d413c authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Set the item mask before calling GetItem.

parent 7b94c7e0
......@@ -1362,6 +1362,7 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
item_index = ListView_GetNextItem(This->hWndList,
item_index, LVNI_SELECTED);
item.iItem = item_index;
item.mask |= LVIF_PARAM;
ListView_GetItemA(This->hWndList, &item);
/* get item pidl */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment