mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
[SHELL32][SHELL32_APITEST] Implement SHCreateFileDataObject
This commit is contained in:
parent
e6568af2d3
commit
d59f5ae2a5
7 changed files with 476 additions and 2 deletions
|
@ -711,6 +711,7 @@ DECLARE_INTERFACE_(ITrayPriv, IUnknown)
|
|||
|
||||
HANDLE WINAPI SHCreateDesktop(IShellDesktopTray*);
|
||||
BOOL WINAPI SHDesktopMessageLoop(HANDLE);
|
||||
HRESULT WINAPI SHCreateFileDataObject(PCIDLIST_ABSOLUTE pidlFolder, UINT cidl, PCUITEMID_CHILD_ARRAY apidl, IDataObject* pDataInner, IDataObject** ppDataObj);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue