mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:33:38 +00:00
- add declaration of SHCreateDataObject
- fix & move declaration of CIDLData_CreateFromIDArray from shell32 svn path=/trunk/; revision=30758
This commit is contained in:
parent
090e490da6
commit
9ece943c19
1 changed files with 22 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue