Huw Davies (@huw) commented about include/shlobj.h:
*/ WINSHELLAPI HRESULT WINAPI SHGetDesktopFolder(IShellFolder * *);
+HRESULT WINAPI SHBindToFolderIDListParent(IShellFolder *psf, LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast);
`WINSHELLAPI` like the others (you may then want to wrap the line into two lines).