- add declaration of SHCreateDataObject

- fix & move declaration of CIDLData_CreateFromIDArray from shell32

svn path=/trunk/; revision=30758
This commit is contained in:
Johannes Anderwald 2007-11-25 20:39:43 +00:00
parent 090e490da6
commit 9ece943c19

View file

@ -1432,6 +1432,28 @@ SHCreateDefaultExtractIcon(
REFIID riid,
void **ppv);
/****************************************************************************
* SHCreateDataObject API
*/
HRESULT WINAPI SHCreateDataObject(
LPCITEMIDLIST pidlFolder,
UINT cidl,
LPCITEMIDLIST* apidl,
IDataObject *pdtInner,
REFIID riid,
void **ppv);
/****************************************************************************
* CIDLData_CreateFromIDArray API
*/
HRESULT WINAPI CIDLData_CreateFromIDArray(
LPCITEMIDLIST pidlFolder,
UINT cidl,
LPCITEMIDLIST* apidl,
IDataObject **ppdtobj);
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */