CFSTR_FILEDESCRIPTOR/CFSTR_FILECONTENTS 'Copying Files' Dialog missing

我与影子孤独终老i 提交于 2019-12-11 14:59:05

问题


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 how to get the progress dialog to work?

Thanks, Mridul.


回答1:


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

Mridul.



来源:https://stackoverflow.com/questions/1534435/cfstr-filedescriptor-cfstr-filecontents-copying-files-dialog-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!