开发者

CFSTR_FILEDESCRIPTOR/CFSTR_FILECONTENTS 'Copying Files' Dialog missing

开发者 https://www.devze.com 2022-12-08 12:53 出处:网络
I have a namespace extension that supports copy-paste using the CFSTR_FILEDESCRIPTOR/ CFSTR_FILECONTENTS to copy virtual files to the clipboard. However, the \'Copying Files...\' progress dialog does

I have a namespace extension that supports copy-paste using the CFSTR_FILEDESCRIPTOR/ CFSTR_FILECONTENTS to copy virtual files to the clipboard. However, the 'Copying Files...' progress dialog does not show up.

Explorer appears to hang until the copy operation is complete.

Any suggestions as to ho开发者_开发技巧w to get the progress dialog to work?

Thanks, Mridul.


Well... that was a straight forward fix... Ensure that for the FILEDESCRIPTOR object, FILEDESCRIPTOR.dwFlags |= FD_PROGRESSUI;

Mridul.

0

精彩评论

暂无评论...
验证码 换一张
取 消