Moved prototype for SHBindToParent() to shlobj.h.

This commit is contained in:
Rolf Kalbermatter 2003-04-01 04:35:54 +00:00 committed by Alexandre Julliard
parent 56e6cd0eb8
commit b2d39ea5f0
2 changed files with 5 additions and 6 deletions

View file

@ -101,12 +101,6 @@ LPITEMIDLIST WINAPI ILCreateFromPathA(LPCSTR path);
LPITEMIDLIST WINAPI ILCreateFromPathW(LPCWSTR path);
LPITEMIDLIST WINAPI ILCreateFromPathAW(LPCVOID path);
HRESULT WINAPI SHBindToParent(
LPCITEMIDLIST pidl,
REFIID riid,
LPVOID *ppv,
LPCITEMIDLIST *ppidlLast);
/*
string functions
*/

View file

@ -575,6 +575,11 @@ HRESULT WINAPI SHGetSpecialFolderLocation(HWND, INT, LPITEMIDLIST *);
#define CSIDL_FLAG_MASK 0xff00
/****************************************************************************
* SHBindToParent API
*/
HRESULT WINAPI SHBindToParent(LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppv, LPCITEMIDLIST *ppidlLast);
/****************************************************************************
* SHDefExtractIcon API
*/