[PATCH 1/3] shell32: Add SHBindToFolderIDListParent semi-stub.

Nikolay Sivov nsivov at codeweavers.com
Wed May 4 16:36:40 CDT 2022



On 5/4/22 05:14, Mohamad Al-Jaf wrote:
> +/*************************************************************************
> + * SHBindToFolderIDListParent             [SHELL32.@]
> + */
> +HRESULT WINAPI SHBindToFolderIDListParent(IShellFolder *psf, LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast)
> +{
> +    FIXME("(%p, %p, %s, %p, %p) - semi-stub\n", psf, pidl, debugstr_guid(riid), ppv, ppidlLast);
> +    return SHBindToParent(pidl, riid, ppv, ppidlLast);
> +}
> +
You could merge this with patch 2/3.

> +/****************************************************************************
> + * SHBindToFolderIDListParent API
> + */
> +HRESULT WINAPI SHBindToFolderIDListParent(IShellFolder *psf, LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast);
> +
I'd remove this comment.



More information about the wine-devel mailing list