shell32: Implement SHCreateItemInKnownFolder.

Jactry Zeng jactry92 at gmail.com
Tue Aug 1 21:58:34 CDT 2017


Hi Huw,

Thanks for review!

2017-07-31 15:47 GMT+08:00 Huw Davies <huw at codeweavers.com>:
>
> You probably want to use SHGetKnownFolderIDList() instead of these
> last two calls.
>
I had some more tests of SHGetKnownFolderIDList()
and IShellFolder_BindToObject(), I found that in some cases
SHGetKnownFolderIDList() will return a pidl which ILIsEmpty() thinks it is
empty. And IShellFolder_BindToObject() will return E_INVALIDARG for an
empty pidl.
So keep using SHGetKnownFolderPath() and IShellFolder_ParseDisplayName()
seems can make this work more easy?


-- 
Regards,
Jactry Zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20170802/8f3ac8b4/attachment.html>


More information about the wine-devel mailing list