[PATCH 3/3] shell32: fix pasting from the shellview context menu
May 3, 2021
1:13 a.m.
Pasting from the shellview context menu is completely broken, as the desktop folder's BindToObject() always fails since the CIDA parent folder PIDL is an empty PIDL. The desktop shell folder doesn't support the ISFHelper interface either. Rather bind to each item's immediate parent, and copy each item individually. Also try get error handling to work a little better. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/shell32/shlview_cmenu.c | 65 +++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 23 deletions(-)
1788
Age (days ago)
1788
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic