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

Mohamad Al-Jaf mohamadaljaf at gmail.com
Wed May 4 17:09:04 CDT 2022


On Wed, May 4, 2022 at 5:36 PM Nikolay Sivov <nsivov at codeweavers.com> wrote:
> 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.
>

Hi,

Thanks for the feedback. I'll resubmit with these changes.

--
Kind regards,
Mohamad



More information about the wine-devel mailing list