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.