mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[PSDK]
* Bring-in some idl changes from Wine. These changes (and the related changes below) are to allow us to sync shell32 tests to Wine 1.3.29. [UUID] * CLSID_TaskbarList is no longer needed in here. [ACTXPRXY] * Sync with Wine 1.3.29. svn path=/trunk/; revision=53820
This commit is contained in:
parent
7ab32f0f5c
commit
3ed568c40d
24 changed files with 2104 additions and 54 deletions
|
@ -13,6 +13,7 @@ add_rpcproxy_files(
|
|||
actxprxy_objsafe.idl
|
||||
actxprxy_ocmm.idl
|
||||
actxprxy_servprov.idl
|
||||
actxprxy_shldisp.idl
|
||||
actxprxy_shobjidl.idl
|
||||
actxprxy_urlhist.idl)
|
||||
|
||||
|
@ -26,6 +27,7 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_objsafe_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_ocmm_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_servprov_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_shldisp_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_shobjidl_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/actxprxy_urlhist_p.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/proxy.dlldata.c
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<file>actxprxy_objsafe.idl</file>
|
||||
<file>actxprxy_ocmm.idl</file>
|
||||
<file>actxprxy_servprov.idl</file>
|
||||
<file>actxprxy_shldisp.idl</file>
|
||||
<file>actxprxy_shobjidl.idl</file>
|
||||
<file>actxprxy_urlhist.idl</file>
|
||||
</module>
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for activscp.idl */
|
||||
|
||||
#include "activscp.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for comcat.idl */
|
||||
|
||||
#include "comcat.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for docobj.idl */
|
||||
|
||||
#include "docobj.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for hlink.idl */
|
||||
|
||||
#include "hlink.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for htiframe.idl */
|
||||
|
||||
#include "htiframe.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for objsafe.idl */
|
||||
|
||||
#include "objsafe.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for ocmm.idl */
|
||||
|
||||
#include "ocmm.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
#include "servprov.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
27
reactos/dll/win32/actxprxy/actxprxy_shldisp.idl
Normal file
27
reactos/dll/win32/actxprxy/actxprxy_shldisp.idl
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
* Copyright 2011 Alexandre Julliard
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* just a wrapper for shldisp.idl */
|
||||
|
||||
#include "shldisp.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for shobjidl.idl */
|
||||
|
||||
#include "shobjidl.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -19,3 +19,9 @@
|
|||
/* just a wrapper for urlhist.idl */
|
||||
|
||||
#include "urlhist.idl"
|
||||
|
||||
[
|
||||
threading(both),
|
||||
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
||||
]
|
||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "servprov.h"
|
||||
#include "comcat.h"
|
||||
#include "docobj.h"
|
||||
#include "shobjidl.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
@ -168,3 +169,45 @@ HRESULT __RPC_STUB IEnumOleDocumentViews_Next_Stub(
|
|||
TRACE("(%p)\n", This);
|
||||
return IEnumOleDocumentViews_Next( This, cViews, rgpView, pcFetched );
|
||||
}
|
||||
|
||||
HRESULT CALLBACK IEnumShellItems_Next_Proxy(
|
||||
IEnumShellItems *This,
|
||||
ULONG celt,
|
||||
IShellItem **rgelt,
|
||||
ULONG *pceltFetched)
|
||||
{
|
||||
ULONG fetched;
|
||||
TRACE("(%p)->(%d, %p, %p)\n", This, celt, rgelt, pceltFetched);
|
||||
if (!pceltFetched) pceltFetched = &fetched;
|
||||
return IEnumShellItems_RemoteNext_Proxy(This, celt, rgelt, pceltFetched);
|
||||
}
|
||||
|
||||
HRESULT __RPC_STUB IEnumShellItems_Next_Stub(
|
||||
IEnumShellItems *This,
|
||||
ULONG celt,
|
||||
IShellItem **rgelt,
|
||||
ULONG *pceltFetched)
|
||||
{
|
||||
HRESULT hr;
|
||||
TRACE("(%p)->(%d, %p, %p)\n", This, celt, rgelt, pceltFetched);
|
||||
*pceltFetched = 0;
|
||||
hr = IEnumShellItems_Next(This, celt, rgelt, pceltFetched);
|
||||
if (hr == S_OK) *pceltFetched = celt;
|
||||
return hr;
|
||||
}
|
||||
|
||||
HRESULT CALLBACK IModalWindow_Show_Proxy(
|
||||
IModalWindow *This,
|
||||
HWND hwndOwner)
|
||||
{
|
||||
TRACE("(%p)->(%p)\n", This, hwndOwner);
|
||||
return IModalWindow_RemoteShow_Proxy(This, hwndOwner);
|
||||
}
|
||||
|
||||
HRESULT __RPC_STUB IModalWindow_Show_Stub(
|
||||
IModalWindow *This,
|
||||
HWND hwndOwner)
|
||||
{
|
||||
TRACE("(%p)->(%p)\n", This, hwndOwner);
|
||||
return IModalWindow_Show(This, hwndOwner);
|
||||
}
|
||||
|
|
|
@ -59,6 +59,7 @@ list(APPEND SOURCE
|
|||
netcon.idl
|
||||
netfw.idl
|
||||
oaidl.idl
|
||||
objectarray.idl
|
||||
objidl.idl
|
||||
objsafe.idl
|
||||
ocidl.idl
|
||||
|
|
142
reactos/include/psdk/knownfolders.h
Normal file
142
reactos/include/psdk/knownfolders.h
Normal file
|
@ -0,0 +1,142 @@
|
|||
/*
|
||||
* Copyright 2010 Hans Leidekker for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifdef DEFINE_KNOWN_FOLDER
|
||||
#undef DEFINE_KNOWN_FOLDER
|
||||
#endif
|
||||
|
||||
#ifdef INITGUID
|
||||
#ifdef __cplusplus
|
||||
#define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||
EXTERN_C const GUID name DECLSPEC_HIDDEN; \
|
||||
EXTERN_C const GUID name = \
|
||||
{ l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
||||
#else
|
||||
#define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||
const GUID name DECLSPEC_HIDDEN; \
|
||||
const GUID name = \
|
||||
{ l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
||||
#endif
|
||||
#else
|
||||
#define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
||||
EXTERN_C const GUID name DECLSPEC_HIDDEN
|
||||
#endif
|
||||
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_AddNewPrograms, 0xde61d971, 0x5ebc, 0x4f02, 0xa3, 0xa9, 0x6c, 0x82, 0x89, 0x5e, 0x5c, 0x04);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_AdminTools, 0x724ef170, 0xa42d, 0x4fef, 0x9f, 0x26, 0xb6, 0x0e, 0x84, 0x6f, 0xba, 0x4f);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_AppUpdates, 0xa305ce99, 0xf527, 0x492b, 0x8b, 0x1a, 0x7e, 0x76, 0xfa, 0x98, 0xd6, 0xe4);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CDBurning, 0x9e52ab10, 0xf80d, 0x49df, 0xac, 0xb8, 0x43, 0x30, 0xf5, 0x68, 0x78, 0x55);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ChangeRemovePrograms, 0xdf7266ac, 0x9274, 0x4867, 0x8d, 0x55, 0x3b, 0xd6, 0x61, 0xde, 0x87, 0x2d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonAdminTools, 0xd0384e7d, 0xbac3, 0x4797, 0x8f, 0x14, 0xcb, 0xa2, 0x29, 0xb3, 0x92, 0xb5);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonOEMLinks, 0xc1bae2d0, 0x10df, 0x4334, 0xbe, 0xdd, 0x7a, 0xa2, 0x0b, 0x22, 0x7a, 0x9d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonPrograms, 0x0139d44e, 0x6afe, 0x49f2, 0x86, 0x90, 0x3d, 0xaf, 0xca, 0xe6, 0xff, 0xb8);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonStartMenu, 0xa4115719, 0xd62e, 0x491d, 0xaa, 0x7c, 0xe7, 0x4b, 0x8b, 0xe3, 0xb0, 0x67);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonStartup, 0x82a5ea35, 0xd9cd, 0x47c5, 0x96, 0x29, 0xe1, 0x5d, 0x2f, 0x71, 0x4e, 0x6e);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_CommonTemplates, 0xb94237e7, 0x57ac, 0x4347, 0x91, 0x51, 0xb0, 0x8c, 0x6c, 0x32, 0xd1, 0xf7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ComputerFolder, 0x0ac0837c, 0xbbf8, 0x452a, 0x85, 0x0d, 0x79, 0xd0, 0x8e, 0x66, 0x7c, 0xa7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ConflictFolder, 0x4bfefb45, 0x347d, 0x4006, 0xa5, 0xbe, 0xac, 0x0c, 0xb0, 0x56, 0x71, 0x92);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ConnectionsFolder, 0x6f0cd92b, 0x2e97, 0x45d1, 0x88, 0xff, 0xb0, 0xd1, 0x86, 0xb8, 0xde, 0xdd);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Contacts, 0x56784854, 0xc6cb, 0x462b, 0x81, 0x69, 0x88, 0xe3, 0x50, 0xac, 0xb8, 0x82);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ControlPanelFolder, 0x82a74aeb, 0xaeb4, 0x465c, 0xa0, 0x14, 0xd0, 0x97, 0xee, 0x34, 0x6d, 0x63);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Cookies, 0x2b0f765d, 0xc0e9, 0x4171, 0x90, 0x8e, 0x08, 0xa6, 0x11, 0xb8, 0x4f, 0xf6);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Desktop, 0xb4bfcc3a, 0xdb2c, 0x424c, 0xb0, 0x29, 0x7f, 0xe9, 0x9a, 0x87, 0xc6, 0x41);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_DeviceMetadataStore, 0x5ce4a5e9, 0xe4eb, 0x479d, 0xb8, 0x9f, 0x13, 0x0c, 0x02, 0x88, 0x61, 0x55);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Documents, 0xfdd39ad0, 0x238f, 0x46af, 0xad, 0xb4, 0x6c, 0x85, 0x48, 0x03, 0x69, 0xc7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_DocumentsLibrary, 0x7b0db17d, 0x9cd2, 0x4a93, 0x97, 0x33, 0x46, 0xcc, 0x89, 0x02, 0x2e, 0x7c);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Downloads, 0x374de290, 0x123f, 0x4565, 0x91, 0x64, 0x39, 0xc4, 0x92, 0x5e, 0x46, 0x7b);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Favorites, 0x1777f761, 0x68ad, 0x4d8a, 0x87, 0xbd, 0x30, 0xb7, 0x59, 0xfa, 0x33, 0xdd);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Fonts, 0xfd228cb7, 0xae11, 0x4ae3, 0x86, 0x4c, 0x16, 0xf3, 0x91, 0x0a, 0xb8, 0xfe);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Games, 0xcac52c1a, 0xb53d, 0x4edc, 0x92, 0xd7, 0x6b, 0x2e, 0x8a, 0xc1, 0x94, 0x34);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_GameTasks, 0x054fae61, 0x4dd8, 0x4787, 0x80, 0xb6, 0x09, 0x02, 0x20, 0xc4, 0xb7, 0x00);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_History, 0xd9dc8a3b, 0xb784, 0x432e, 0xa7, 0x81, 0x5a, 0x11, 0x30, 0xa7, 0x59, 0x63);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_HomeGroup, 0x52528a6b, 0xb9e3, 0x4add, 0xb6, 0x0d, 0x58, 0x8c, 0x2d, 0xba, 0x84, 0x2d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ImplicitAppShortcuts, 0xbcb5256f, 0x79f6, 0x4cee, 0xb7, 0x25, 0xdc, 0x34, 0xe4, 0x02, 0xfd, 0x46);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_InternetCache, 0x352481e8, 0x33be, 0x4251, 0xba, 0x85, 0x60, 0x07, 0xca, 0xed, 0xcf, 0x9d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_InternetFolder, 0x4d9f7874, 0x4e0c, 0x4904, 0x96, 0x7b, 0x40, 0xb0, 0xd2, 0x0c, 0x3e, 0x4b);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Libraries, 0x1b3ea5dc, 0xb587, 0x4786, 0xb4, 0xef, 0xbd, 0x1d, 0xc3, 0x32, 0xae, 0xae);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Links, 0xbfb9d5e0, 0xc6a9, 0x404c, 0xb2, 0xb2, 0xae, 0x6d, 0xb6, 0xaf, 0x49, 0x68);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_LocalAppData, 0xf1b32785, 0x6fba, 0x4fcf, 0x9d, 0x55, 0x7b, 0x8e, 0x7f, 0x15, 0x70, 0x91);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_LocalAppDataLow, 0xa520a1a4, 0x1780, 0x4ff6, 0xbd, 0x18, 0x16, 0x73, 0x43, 0xc5, 0xaf, 0x16);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_LocalizedResourcesDir, 0x2a00375e, 0x224c, 0x49de, 0xb8, 0xd1, 0x44, 0x0d, 0xf7, 0xef, 0x3d, 0xdc);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Music, 0x4bd8d571, 0x6d19, 0x48d3, 0xbe, 0x97, 0x42, 0x22, 0x20, 0x08, 0x0e, 0x43);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_MusicLibrary, 0x2112ab0a, 0xc86a, 0x4ffe, 0xa3, 0x68, 0x0d, 0xe9, 0x6e, 0x47, 0x01, 0x2e);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_NetHood, 0xc5abbf53, 0xe17f, 0x4121, 0x89, 0x00, 0x86, 0x62, 0x6f, 0xc2, 0xc9, 0x73);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_NetworkFolder, 0xd20beec4, 0x5ca8, 0x4905, 0xae, 0x3b, 0xbf, 0x25, 0x1e, 0xa0, 0x9b, 0x53);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_OriginalImages, 0x2c36c0aa, 0x5812, 0x4b87, 0xbf, 0xd0, 0x4c, 0xd0, 0xdf, 0xb1, 0x9b, 0x39);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PhotoAlbums, 0x69d2cf90, 0xfc33, 0x4fb7, 0x9a, 0x0c, 0xeb, 0xb0, 0xf0, 0xfc, 0xb4, 0x3c);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Pictures, 0x33e28130, 0x4e1e, 0x4676, 0x83, 0x5a, 0x98, 0x39, 0x5c, 0x3b, 0xc3, 0xbb);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PicturesLibrary, 0xa990ae9f, 0xa03b, 0x4e80, 0x94, 0xbc, 0x99, 0x12, 0xd7, 0x50, 0x41, 0x04);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Playlists, 0xde92c1c7, 0x837f, 0x4f69, 0xa3, 0xbb, 0x86, 0xe6, 0x31, 0x20, 0x4a, 0x23);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PrintersFolder, 0x76fc4e2d, 0xd6ad, 0x4519, 0xa6, 0x63, 0x37, 0xbd, 0x56, 0x06, 0x81, 0x85);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PrintHood, 0x9274bd8d, 0xcfd1, 0x41c3, 0xb3, 0x5e, 0xb1, 0x3f, 0x55, 0xa7, 0x58, 0xf4);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Profile, 0x5e6c858f, 0x0e22, 0x4760, 0x9a, 0xfe, 0xea, 0x33, 0x17, 0xb6, 0x71, 0x73);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramData, 0x62ab5d82, 0xfdc1, 0x4dc3, 0xa9, 0xdd, 0x07, 0x0d, 0x1d, 0x49, 0x5d, 0x97);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFiles, 0x905e63b6, 0xc1bf, 0x494e, 0xb2, 0x9c, 0x65, 0xb7, 0x32, 0xd3, 0xd2, 0x1a);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFilesCommon, 0xf7f1ed05, 0x9f6d, 0x47a2, 0xaa, 0xae, 0x29, 0xd3, 0x17, 0xc6, 0xf0, 0x66);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFilesCommonX64, 0x6365d5a7, 0x0f0d, 0x45e5, 0x87, 0xf6, 0x0d, 0xa5, 0x6b, 0x6a, 0x4f, 0x7d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFilesCommonX86, 0xde974d24, 0xd9c6, 0x4d3e, 0xbf, 0x91, 0xf4, 0x45, 0x51, 0x20, 0xb9, 0x17);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFilesX64, 0x6d809377, 0x6af0, 0x444b, 0x89, 0x57, 0xa3, 0x77, 0x3f, 0x02, 0x20, 0x0e);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ProgramFilesX86, 0x7c5a40ef, 0xa0fb, 0x4bfc, 0x87, 0x4a, 0xc0, 0xf2, 0xe0, 0xb9, 0xfa, 0x8e);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Programs, 0xa77f5d77, 0x2e2b, 0x44c3, 0xa6, 0xa2, 0xab, 0xa6, 0x01, 0x05, 0x4a, 0x51);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Public, 0xdfdf76a2, 0xc82a, 0x4d63, 0x90, 0x6a, 0x56, 0x44, 0xac, 0x45, 0x73, 0x85);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicDesktop, 0xc4aa340d, 0xf20f, 0x4863, 0xaf, 0xef, 0xf8, 0x7e, 0xf2, 0xe6, 0xba, 0x25);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicDocuments, 0xed4824af, 0xdce4, 0x45a8, 0x81, 0xe2, 0xfc, 0x79, 0x65, 0x08, 0x36, 0x34);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicDownloads, 0x3d644c9b, 0x1fb8, 0x4f30, 0x9b, 0x45, 0xf6, 0x70, 0x23, 0x5f, 0x79, 0xc0);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicGameTasks, 0xdebf2536, 0xe1a8, 0x4c59, 0xb6, 0xa2, 0x41, 0x45, 0x86, 0x47, 0x6a, 0xea);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicLibraries, 0x48daf80b, 0xe6cf, 0x4f4e, 0xb8, 0x00, 0x0e, 0x69, 0xd8, 0x4e, 0xe3, 0x84);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicMusic, 0x3214fab5, 0x9757, 0x4298, 0xbb, 0x61, 0x92, 0xa9, 0xde, 0xaa, 0x44, 0xff);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicPictures, 0xb6ebfb86, 0x6907, 0x413c, 0x9a, 0xf7, 0x4f, 0xc2, 0xab, 0xf0, 0x7c, 0xc5);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicRingtones, 0xe555ab60, 0x153b, 0x4d17, 0x9f, 0x04, 0xa5, 0xfe, 0x99, 0xfc, 0x15, 0xec);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_PublicVideos, 0x2400183a, 0x6185, 0x49fb, 0xa2, 0xd8, 0x4a, 0x39, 0x2a, 0x60, 0x2b, 0xa3);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_QuickLaunch, 0x52a4f021, 0x7b75, 0x48a9, 0x9f, 0x6b, 0x4b, 0x87, 0xa2, 0x10, 0xbc, 0x8f);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Recent, 0xae50c081, 0xebd2, 0x438a, 0x86, 0x55, 0x8a, 0x09, 0x2e, 0x34, 0x98, 0x7a);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_RecordedTV, 0xbd85e001, 0x112e, 0x431e, 0x98, 0x3b, 0x7b, 0x15, 0xac, 0x09, 0xff, 0xf1);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_RecordedTVLibrary, 0x1a6fdba2, 0xf42d, 0x4358, 0xa7, 0x98, 0xb7, 0x4d, 0x74, 0x59, 0x26, 0xc5);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_RecycleBinFolder, 0xb7534046, 0x3ecb, 0x4c18, 0xbe, 0x4e, 0x64, 0xcd, 0x4c, 0xb7, 0xd6, 0xac);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_ResourceDir, 0x8ad10c31, 0x2adb, 0x4296, 0xa8, 0xf7, 0xe4, 0x70, 0x12, 0x32, 0xc9, 0x72);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Ringtones, 0xc870044b, 0xf49e, 0x4126, 0xa9, 0xc3, 0xb5, 0x2a, 0x1f, 0xf4, 0x11, 0xe8);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_RoamingAppData, 0x3eb685db, 0x65f9, 0x4cf6, 0xa0, 0x3a, 0xe3, 0xef, 0x65, 0x72, 0x9f, 0x3d);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SampleMusic, 0xb250c668, 0xf57d, 0x4ee1, 0xa6, 0x3c, 0x29, 0x0e, 0xe7, 0xd1, 0xaa, 0x1f);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SamplePictures, 0xc4900540, 0x2379, 0x4c75, 0x84, 0x4b, 0x64, 0xe6, 0xfa, 0xf8, 0x71, 0x6b);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SamplePlaylists, 0x15ca69b3, 0x30ee, 0x49c1, 0xac, 0xe1, 0x6b, 0x5e, 0xc3, 0x72, 0xaf, 0xb5);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SampleVideos, 0x859ead94, 0x2e85, 0x48ad, 0xa7, 0x1a, 0x09, 0x69, 0xcb, 0x56, 0xa6, 0xcd);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SavedGames, 0x4c5c32ff, 0xbb9d, 0x43b0, 0xb5, 0xb4, 0x2d, 0x72, 0xe5, 0x4e, 0xaa, 0xa4);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SavedSearches, 0x7d1d3a04, 0xdebb, 0x4115, 0x95, 0xcf, 0x2f, 0x29, 0xda, 0x29, 0x20, 0xda);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SEARCH_CSC, 0xee32e446, 0x31ca, 0x4aba, 0x81, 0x4f, 0xa5, 0xeb, 0xd2, 0xfd, 0x6d, 0x5e);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SearchHome, 0x190337d1, 0xb8ca, 0x4121, 0xa6, 0x39, 0x6d, 0x47, 0x2d, 0x16, 0x97, 0x2a);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SEARCH_MAPI, 0x98ec0e18, 0x2098, 0x4d44, 0x86, 0x44, 0x66, 0x97, 0x93, 0x15, 0xa2, 0x81);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SendTo, 0x8983036c, 0x27c0, 0x404b, 0x8f, 0x08, 0x10, 0x2d, 0x10, 0xdc, 0xfd, 0x74);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SidebarDefaultParts, 0x7b396e54, 0x9ec5, 0x4300, 0xbe, 0x0a, 0x24, 0x82, 0xeb, 0xae, 0x1a, 0x26);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SidebarParts, 0xa75d362e, 0x50fc, 0x4fb7, 0xac, 0x2c, 0xa8, 0xbe, 0xaa, 0x31, 0x44, 0x93);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_StartMenu, 0x625b53c3, 0xab48, 0x4ec1, 0xba, 0x1f, 0xa1, 0xef, 0x41, 0x46, 0xfc, 0x19);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Startup, 0xb97d20bb, 0xf46a, 0x4c97, 0xba, 0x10, 0x5e, 0x36, 0x08, 0x43, 0x08, 0x54);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SyncManagerFolder, 0x43668bf8, 0xc14e, 0x49b2, 0x97, 0xc9, 0x74, 0x77, 0x84, 0xd7, 0x84, 0xb7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SyncResultsFolder, 0x289a9a43, 0xbe44, 0x4057, 0xa4, 0x1b, 0x58, 0x7a, 0x76, 0xd7, 0xe7, 0xf9);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SyncSetupFolder, 0x0f214138, 0xb1d3, 0x4a90, 0xbb, 0xa9, 0x27, 0xcb, 0xc0, 0xc5, 0x38, 0x9a);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_System, 0x1ac14e77, 0x02e7, 0x4e5d, 0xb7, 0x44, 0x2e, 0xb1, 0xae, 0x51, 0x98, 0xb7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_SystemX86, 0xd65231b0, 0xb2f1, 0x4857, 0xa4, 0xce, 0xa8, 0xe7, 0xc6, 0xea, 0x7d, 0x27);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Templates, 0xa63293e8, 0x664e, 0x48db, 0xa0, 0x79, 0xdf, 0x75, 0x9e, 0x05, 0x09, 0xf7);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UserPinned, 0x9e3995ab, 0x1f9c, 0x4f13, 0xb8, 0x27, 0x48, 0xb2, 0x4b, 0x6c, 0x71, 0x74);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UserProfiles, 0x0762d272, 0xc50a, 0x4bb0, 0xa3, 0x82, 0x69, 0x7d, 0xcd, 0x72, 0x9b, 0x80);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UserProgramFiles, 0x5cd7aee2, 0x2219, 0x4a67, 0xb8, 0x5d, 0x6c, 0x9c, 0xe1, 0x56, 0x60, 0xcb);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UserProgramFilesCommon, 0xbcbd3057, 0xca5c, 0x4622, 0xb4, 0x2d, 0xbc, 0x56, 0xdb, 0x0a, 0xe5, 0x16);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UsersFiles, 0xf3ce0f7c, 0x4901, 0x4acc, 0x86, 0x48, 0xd5, 0xd4, 0x4b, 0x04, 0xef, 0x8f);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_UsersLibraries, 0xa302545d, 0xdeff, 0x464b, 0xab, 0xe8, 0x61, 0xc8, 0x64, 0x8d, 0x93, 0x9b);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Videos, 0x18989b1d, 0x99b5, 0x455b, 0x84, 0x1c, 0xab, 0x7c, 0x74, 0xe4, 0xdd, 0xfc);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_VideosLibrary, 0x491e922f, 0x5643, 0x4af4, 0xa7, 0xeb, 0x4e, 0x7a, 0x13, 0x8d, 0x81, 0x74);
|
||||
DEFINE_KNOWN_FOLDER(FOLDERID_Windows, 0xf38bf404, 0x1d43, 0x42f2, 0x93, 0x05, 0x67, 0xde, 0x0b, 0x28, 0xfc, 0x23);
|
47
reactos/include/psdk/objectarray.idl
Normal file
47
reactos/include/psdk/objectarray.idl
Normal file
|
@ -0,0 +1,47 @@
|
|||
/*
|
||||
* Copyright 2011 Jacek Caban for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
import "oaidl.idl";
|
||||
import "ocidl.idl";
|
||||
|
||||
[
|
||||
uuid(92ca9dcd-5622-4bba-a805-5e9f541bd8c9),
|
||||
object,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface IObjectArray : IUnknown
|
||||
{
|
||||
HRESULT GetCount([out] UINT *pcObjects);
|
||||
HRESULT GetAt(
|
||||
[in] UINT uiIndex,
|
||||
[in] REFIID riid,
|
||||
[out, iid_is(riid)] void **ppv);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(5632b1a4-e38a-400a-928a-d4cd63230295),
|
||||
object,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface IObjectCollection : IObjectArray
|
||||
{
|
||||
HRESULT AddObject([in] IUnknown *punk);
|
||||
HRESULT AddFromArray([in] IObjectArray *poaSource);
|
||||
HRESULT RemoveObjectAt([in] UINT uiIndex);
|
||||
HRESULT Clear();
|
||||
}
|
|
@ -802,6 +802,7 @@ cpp_quote("#define PKEYSTR_MAX (GUIDSTRING_MAX + 1 + PKEY_PIDSTR_MAX)")
|
|||
cpp_quote("HRESULT WINAPI PSStringFromPropertyKey(REFPROPERTYKEY,LPWSTR,UINT);")
|
||||
cpp_quote("HRESULT WINAPI PSPropertyKeyFromString(LPCWSTR,PROPERTYKEY*);")
|
||||
cpp_quote("HRESULT WINAPI PSGetPropertyDescription(REFPROPERTYKEY,REFIID,void **);")
|
||||
cpp_quote("HRESULT WINAPI PSRefreshPropertySchema(void);")
|
||||
|
||||
/* TODO: Add remainder of the C api here */
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<file>netfw.idl</file>
|
||||
<file>netcon.idl</file>
|
||||
<file>oaidl.idl</file>
|
||||
<file>objectarray.idl</file>
|
||||
<file>objidl.idl</file>
|
||||
<file>objsafe.idl</file>
|
||||
<file>ocidl.idl</file>
|
||||
|
|
|
@ -31,6 +31,7 @@ import "comcat.idl";
|
|||
* IAutoComplete interface
|
||||
*/
|
||||
[
|
||||
local,
|
||||
object,
|
||||
uuid(00bb2762-6a77-11d0-a535-00c04fd7d062),
|
||||
pointer_default(unique)
|
||||
|
@ -51,6 +52,7 @@ interface IAutoComplete : IUnknown
|
|||
* IAutoComplete2 interface
|
||||
*/
|
||||
[
|
||||
local,
|
||||
object,
|
||||
uuid(eac04bc0-3791-11d2-bb95-0060977b464c),
|
||||
pointer_default(unique)
|
||||
|
@ -76,8 +78,18 @@ interface IAutoComplete2 : IAutoComplete
|
|||
HRESULT GetOptions( [out] DWORD *pdwFlag);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(50a7e9b0-70ef-11d1-b75a-00a0c90564fe),
|
||||
version(1.0)
|
||||
]
|
||||
library Shell32
|
||||
{
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
[
|
||||
object,
|
||||
oleautomation,
|
||||
uuid(9ba05970-f6a8-11cf-a442-00a0c90a8f39),
|
||||
pointer_default(unique)
|
||||
]
|
||||
|
@ -119,6 +131,363 @@ coclass ShellFolderViewOC
|
|||
[default, source] dispinterface DShellFolderViewEvents;
|
||||
}
|
||||
|
||||
interface FolderItem;
|
||||
interface FolderItems;
|
||||
interface FolderItemVerb;
|
||||
interface FolderItemVerbs;
|
||||
|
||||
/*****************************************************************************
|
||||
* Folder interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(bbcbde60-c3ff-11ce-8350-444553540000),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface Folder : IDispatch
|
||||
{
|
||||
[propget, id(DISPID_VALUE)]
|
||||
HRESULT Title( [out, retval] BSTR *pbs );
|
||||
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT ParentFolder( [out, retval] Folder **ppsf );
|
||||
|
||||
HRESULT Items( [out, retval] FolderItems **ppid );
|
||||
|
||||
HRESULT ParseName( [in] BSTR bName, [out, retval] FolderItem **ppid );
|
||||
|
||||
HRESULT NewFolder( [in] BSTR bName, [in, optional] VARIANT vOptions );
|
||||
|
||||
HRESULT MoveHere( [in] VARIANT vItem, [in, optional] VARIANT vOptions );
|
||||
|
||||
HRESULT CopyHere( [in] VARIANT vItem, [in, optional] VARIANT vOptions );
|
||||
|
||||
HRESULT GetDetailsOf( [in] VARIANT vItem,
|
||||
[in] int iColumn,
|
||||
[out, retval] BSTR *pbs );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* Folder2 interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(f0d2d8ef-3890-11d2-bf8b-00c04fb93661),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface Folder2 : Folder
|
||||
{
|
||||
[propget]
|
||||
HRESULT Self( [out, retval] FolderItem **ppfi );
|
||||
|
||||
[propget]
|
||||
HRESULT OfflineStatus( [out, retval] LONG *pul );
|
||||
|
||||
HRESULT Synchronize();
|
||||
|
||||
[propget, id(1)]
|
||||
HRESULT HaveToShowWebViewBarricade(
|
||||
[out, retval] VARIANT_BOOL *pbHaveToShowWebViewBarricade );
|
||||
|
||||
HRESULT DismissedWebViewBarricade();
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* Folder3 interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(a7ae5f64-c4d7-4d7f-9307-4d24ee54b841),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface Folder3 : Folder2
|
||||
{
|
||||
[propget, id(2)]
|
||||
HRESULT ShowWebViewBarricade(
|
||||
[out, retval] VARIANT_BOOL *pbShowWebViewBarricade );
|
||||
|
||||
[propput, id(2)]
|
||||
HRESULT ShowWebViewBarricade( [in] VARIANT_BOOL bShowWebViewBarricade );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* FolderItem interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(fac32c80-cbe4-11ce-8350-444553540000),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface FolderItem : IDispatch
|
||||
{
|
||||
typedef FolderItem *LPFOLDERITEM;
|
||||
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget, id(DISPID_VALUE)]
|
||||
HRESULT Name( [out, retval] BSTR *pbs );
|
||||
|
||||
[propput, id(DISPID_VALUE)]
|
||||
HRESULT Name( [in] BSTR bs );
|
||||
|
||||
[propget]
|
||||
HRESULT Path( [out, retval] BSTR *pbs );
|
||||
|
||||
[propget]
|
||||
HRESULT GetLink( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT GetFolder( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT IsLink( [out, retval] VARIANT_BOOL *pb );
|
||||
|
||||
[propget]
|
||||
HRESULT IsFolder( [out, retval] VARIANT_BOOL *pb );
|
||||
|
||||
[propget]
|
||||
HRESULT IsFileSystem( [out, retval] VARIANT_BOOL *pb );
|
||||
|
||||
[propget]
|
||||
HRESULT IsBrowsable( [out, retval] VARIANT_BOOL *pb );
|
||||
|
||||
[propget]
|
||||
HRESULT ModifyDate( [out, retval] DATE *pdt );
|
||||
|
||||
[propput]
|
||||
HRESULT ModifyDate( [in] DATE dt );
|
||||
|
||||
[propget]
|
||||
HRESULT Size( [out, retval] LONG *pul );
|
||||
|
||||
[propget]
|
||||
HRESULT Type( [out, retval] BSTR *pbs );
|
||||
|
||||
HRESULT Verbs( [out, retval] FolderItemVerbs **ppfic );
|
||||
|
||||
HRESULT InvokeVerb( [in, optional] VARIANT vVerb );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* FolderItems interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(744129e0-cbe5-11ce-8350-444553540000),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface FolderItems : IDispatch
|
||||
{
|
||||
[propget]
|
||||
HRESULT Count( [out, retval] long *plCount );
|
||||
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
HRESULT Item( [in, optional] VARIANT index,
|
||||
[out, retval] FolderItem **ppid );
|
||||
|
||||
[id(DISPID_NEWENUM)]
|
||||
HRESULT _NewEnum( [out, retval] IUnknown **ppunk );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* FolderItemVerb interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(08ec3e00-50b0-11cf-960c-0080c7f4ee85),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface FolderItemVerb : IDispatch
|
||||
{
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget, id(DISPID_VALUE)]
|
||||
HRESULT Name( [out, retval] BSTR *pbs );
|
||||
|
||||
HRESULT DoIt();
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* FolderItemVerbs interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(1f8352c0-50b0-11cf-960c-0080c7f4ee85),
|
||||
oleautomation,
|
||||
dual
|
||||
]
|
||||
interface FolderItemVerbs : IDispatch
|
||||
{
|
||||
[propget]
|
||||
HRESULT Count( [out, retval] long *plCount );
|
||||
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
HRESULT Item( [in, optional] VARIANT index,
|
||||
[out, retval] FolderItemVerb **ppid );
|
||||
|
||||
[id(DISPID_NEWENUM)]
|
||||
HRESULT _NewEnum( [out, retval] IUnknown **ppunk );
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* IShellDispatch interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(d8f015c0-c278-11ce-a49e-444553540000),
|
||||
oleautomation,
|
||||
hidden,
|
||||
dual
|
||||
]
|
||||
interface IShellDispatch : IDispatch
|
||||
{
|
||||
[propget]
|
||||
HRESULT Application( [out, retval] IDispatch **ppid );
|
||||
|
||||
[propget]
|
||||
HRESULT Parent( [out, retval] IDispatch **ppid );
|
||||
|
||||
HRESULT NameSpace( [in] VARIANT vDir, [out, retval] Folder **ppsdf );
|
||||
|
||||
HRESULT BrowseForFolder( [in] long Hwnd,
|
||||
[in] BSTR Title,
|
||||
[in] long Options,
|
||||
[in, optional] VARIANT RootFolder,
|
||||
[out, retval] Folder **ppsdf );
|
||||
|
||||
HRESULT Windows( [out, retval] IDispatch **ppid );
|
||||
|
||||
HRESULT Open( [in] VARIANT vDir );
|
||||
|
||||
HRESULT Explore( [in] VARIANT vDir );
|
||||
|
||||
HRESULT MinimizeAll();
|
||||
|
||||
HRESULT UndoMinimizeALL();
|
||||
|
||||
HRESULT FileRun();
|
||||
|
||||
HRESULT CascadeWindows();
|
||||
|
||||
HRESULT TileVertically();
|
||||
|
||||
HRESULT TileHorizontally();
|
||||
|
||||
HRESULT ShutdownWindows();
|
||||
|
||||
HRESULT Suspend();
|
||||
|
||||
HRESULT EjectPC();
|
||||
|
||||
HRESULT SetTime();
|
||||
|
||||
HRESULT TrayProperties();
|
||||
|
||||
HRESULT Help();
|
||||
|
||||
HRESULT FindFiles();
|
||||
|
||||
HRESULT FindComputer();
|
||||
|
||||
HRESULT RefreshMenu();
|
||||
|
||||
HRESULT ControlPanelItem( [in] BSTR szDir );
|
||||
}
|
||||
|
||||
[
|
||||
uuid(13709620-c279-11ce-a49e-444553540000)
|
||||
]
|
||||
coclass Shell
|
||||
{
|
||||
[default] interface IShellDispatch;
|
||||
}
|
||||
|
||||
[
|
||||
uuid(0a89a860-d7b1-11ce-8350-444553540000),
|
||||
hidden
|
||||
]
|
||||
coclass ShellDispatchInproc
|
||||
{
|
||||
interface IUnknown;
|
||||
}
|
||||
|
||||
typedef
|
||||
[
|
||||
uuid(ca31ea20-48d0-11cf-8350-444553540000)
|
||||
]
|
||||
enum ShellSpecialFolderConstants {
|
||||
ssfDESKTOP = 0x00,
|
||||
ssfPROGRAMS = 0x02,
|
||||
ssfCONTROLS = 0x03,
|
||||
ssfPRINTERS = 0x04,
|
||||
ssfPERSONAL = 0x05,
|
||||
ssfFAVORITES = 0x06,
|
||||
ssfSTARTUP = 0x07,
|
||||
ssfRECENT = 0x08,
|
||||
ssfSENDTO = 0x09,
|
||||
ssfBITBUCKET = 0x0a,
|
||||
ssfSTARTMENU = 0x0b,
|
||||
ssfDESKTOPDIRECTORY = 0x10,
|
||||
ssfDRIVES = 0x11,
|
||||
ssfNETWORK = 0x12,
|
||||
ssfNETHOOD = 0x13,
|
||||
ssfFONTS = 0x14,
|
||||
ssfTEMPLATES = 0x15,
|
||||
ssfCOMMONSTARTMENU = 0x16,
|
||||
ssfCOMMONPROGRAMS = 0x17,
|
||||
ssfCOMMONSTARTUP = 0x18,
|
||||
ssfCOMMONDESKTOPDIR = 0x19,
|
||||
ssfAPPDATA = 0x1a,
|
||||
ssfPRINTHOOD = 0x1b,
|
||||
ssfLOCALAPPDATA = 0x1c,
|
||||
ssfALTSTARTUP = 0x1d,
|
||||
ssfCOMMONALTSTARTUP = 0x1e,
|
||||
ssfCOMMONFAVORITES = 0x1f,
|
||||
ssfINTERNETCACHE = 0x20,
|
||||
ssfCOOKIES = 0x21,
|
||||
ssfHISTORY = 0x22,
|
||||
ssfCOMMONAPPDATA = 0x23,
|
||||
ssfWINDOWS = 0x24,
|
||||
ssfSYSTEM = 0x25,
|
||||
ssfPROGRAMFILES = 0x26,
|
||||
ssfMYPICTURES = 0x27,
|
||||
ssfPROFILE = 0x28,
|
||||
ssfSYSTEMx86 = 0x29,
|
||||
ssfPROGRAMFILESx86 = 0x30
|
||||
} ShellSpecialFolderConstants;
|
||||
|
||||
} /* library Shell32 */
|
||||
|
||||
/*****************************************************************************
|
||||
* IAsyncOperation interface
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#define __WINE_SHLGUID_H
|
||||
|
||||
DEFINE_OLEGUID(CLSID_ShellDesktop, 0x00021400L, 0, 0);
|
||||
DEFINE_OLEGUID(CLSID_ShellLink, 0x00021401L, 0, 0);
|
||||
|
||||
DEFINE_OLEGUID(CATID_BrowsableShellExt, 0x00021490L, 0, 0);
|
||||
DEFINE_OLEGUID(CATID_BrowseInPlace, 0x00021491L, 0, 0);
|
||||
|
@ -184,8 +183,6 @@ DEFINE_GUID(IID_IDeskBarClient, 0xEB0FE175, 0x1A3A, 0x11D0, 0x89, 0xB3,
|
|||
/* END REACTOS ONLY */
|
||||
|
||||
/* IExplorerBrowser */
|
||||
DEFINE_GUID(CLSID_ExplorerBrowser, 0x71F96385, 0xDDD6, 0x48D3, 0xA0, 0xC1, 0xAE, 0x06, 0xE8, 0xB0, 0x55, 0xFB);
|
||||
|
||||
DEFINE_GUID(EP_NavPane, 0xCB316B22, 0x25F7, 0x42B8, 0x8A, 0x09, 0x54, 0x0D, 0x23, 0xA4, 0x3C, 0x2F);
|
||||
DEFINE_GUID(EP_Commands,0xD9745868, 0xCA5F, 0x4A76, 0x91, 0xCD, 0xF5, 0xA1, 0x29, 0xFB, 0xB0, 0x76);
|
||||
DEFINE_GUID(EP_Commands_Organize, 0x72E81700, 0xE3EC, 0x4660, 0xBF, 0x24, 0x3C, 0x3B, 0x7B, 0x64, 0x88, 0x06);
|
||||
|
@ -195,4 +192,21 @@ DEFINE_GUID(EP_PreviewPane, 0x893C63D1, 0x45C8, 0x4D17, 0xBE, 0x19, 0x22, 0x3B,
|
|||
DEFINE_GUID(EP_QueryPane, 0x65BCDE4F, 0x4F07, 0x4F27, 0x83, 0xA7, 0x1A, 0xFC, 0xA4, 0xDF, 0x7D, 0xDD);
|
||||
DEFINE_GUID(EP_AdvQueryPane, 0xB4E9DB8B, 0x34BA, 0x4C39, 0xB5, 0xCC, 0x16, 0xA1, 0xBD, 0x2C, 0x41, 0x1C);
|
||||
|
||||
/* IShellItem/IShellItemArray BindToHandler */
|
||||
DEFINE_GUID(BHID_SFObject, 0x3981E224, 0xF559, 0x11D3, 0x8E,0x3A, 0x00,0xC0,0x4F,0x68,0x37,0xD5);
|
||||
DEFINE_GUID(BHID_SFUIObject, 0x3981E225, 0xF559, 0x11D3, 0x8E,0x3A, 0x00,0xC0,0x4F,0x68,0x37,0xD5);
|
||||
DEFINE_GUID(BHID_SFViewObject,0x3981E226, 0xF559, 0x11D3, 0x8E,0x3A, 0x00,0xC0,0x4F,0x68,0x37,0xD5);
|
||||
DEFINE_GUID(BHID_Storage, 0x3981E227, 0xF559, 0x11D3, 0x8E,0x3A, 0x00,0xC0,0x4F,0x68,0x37,0xD5);
|
||||
DEFINE_GUID(BHID_Stream, 0x1CEBB3AB, 0x7C10, 0x499A, 0xA4,0x17, 0x92,0xCA,0x16,0xC4,0xCB,0x83);
|
||||
DEFINE_GUID(BHID_StorageEnum, 0x4621A4E3, 0xF0D6, 0x4773, 0x8A,0x9C, 0x46,0xE7,0x7B,0x17,0x48,0x40);
|
||||
DEFINE_GUID(BHID_Transfer, 0xD5E346A1, 0xF753, 0x4932, 0xB4,0x03, 0x45,0x74,0x80,0x0E,0x24,0x98);
|
||||
DEFINE_GUID(BHID_EnumItems, 0x94F60519, 0x2850, 0x4924, 0xAA,0x5A, 0xD1,0x5E,0x84,0x86,0x80,0x39);
|
||||
DEFINE_GUID(BHID_DataObject, 0xB8C0BD9F, 0xED24, 0x455C, 0x83,0xE6, 0xD5,0x39,0x0C,0x4F,0xE8,0xC4);
|
||||
DEFINE_GUID(BHID_Filter, 0x38D08778, 0xF557, 0x4690, 0x9E,0xBF, 0xBA,0x54,0x70,0x6A,0xD8,0xF7);
|
||||
DEFINE_GUID(BHID_LinkTargetItem, 0x3981E228, 0xF559, 0x11D3, 0x8E,0x3A, 0x00,0xC0,0x4F,0x68,0x37,0xD5);
|
||||
DEFINE_GUID(BHID_PropertyStore, 0x0384E1A4, 0x1523, 0x439C, 0xA4,0xC8, 0xAB,0x91,0x10,0x52,0xF5,0x86);
|
||||
DEFINE_GUID(BHID_ThumbnailHandler, 0x7B2E650A, 0x8E20, 0x4F4A, 0xB0,0x9E, 0x65,0x97,0xAF,0xC7,0x2F,0xB0);
|
||||
DEFINE_GUID(BHID_AssociationArray, 0xBEA9EF17, 0x82F1, 0x4F60, 0x92,0x84, 0x4F,0x8D,0xB7,0x5C,0x3B,0xE9);
|
||||
DEFINE_GUID(BHID_EnumAssocHandlers,0xB8AB0B9C, 0xC2EC, 0x4F7A, 0x91,0x8D, 0x31,0x49,0x00,0xE6,0x28,0x0A);
|
||||
|
||||
#endif /* __WINE_SHLGUID_H */
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -80,6 +80,12 @@ typedef struct
|
|||
} SHELLDETAILS, *LPSHELLDETAILS;
|
||||
cpp_quote("#include <poppack.h>")
|
||||
|
||||
typedef struct _COMDLG_FILTERSPEC
|
||||
{
|
||||
[string] LPCWSTR pszName;
|
||||
[string] LPCWSTR pszSpec;
|
||||
} COMDLG_FILTERSPEC;
|
||||
|
||||
typedef [v1_enum] enum tagSHCOLSTATE
|
||||
{
|
||||
SHCOLSTATE_DEFAULT = 0,
|
||||
|
@ -105,3 +111,27 @@ typedef [v1_enum] enum tagSHCOLSTATE
|
|||
} SHCOLSTATE;
|
||||
|
||||
typedef DWORD SHCOLSTATEF;
|
||||
|
||||
typedef GUID KNOWNFOLDERID;
|
||||
|
||||
cpp_quote("#if 0")
|
||||
typedef KNOWNFOLDERID *REFKNOWNFOLDERID;
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("#ifdef __cplusplus")
|
||||
cpp_quote("#define REFKNOWNFOLDERID const KNOWNFOLDERID &")
|
||||
cpp_quote("#else")
|
||||
cpp_quote("#define REFKNOWNFOLDERID const KNOWNFOLDERID * __MIDL_CONST")
|
||||
cpp_quote("#endif")
|
||||
|
||||
typedef GUID FOLDERTYPEID;
|
||||
|
||||
cpp_quote("#if 0")
|
||||
typedef FOLDERTYPEID *REFFOLDERTYPEID;
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("#ifdef __cplusplus")
|
||||
cpp_quote("#define REFFOLDERTYPEID const FOLDERTYPEID &")
|
||||
cpp_quote("#else")
|
||||
cpp_quote("#define REFFOLDERTYPEID const FOLDERTYPEID * __MIDL_CONST")
|
||||
cpp_quote("#endif")
|
||||
|
|
|
@ -158,7 +158,6 @@ DEFINE_GUID(CLSID_TF_InputProcessorProfiles, 0x33c53a50,0xf456,0x4884,0xb0,0x49,
|
|||
DEFINE_GUID(CLSID_TF_CategoryMgr, 0xA4B544A1,0x438D,0x4B41,0x93,0x25,0x86,0x95,0x23,0xE2,0xD6,0xC7);
|
||||
DEFINE_GUID(CLSID_TF_LangBarMgr, 0xebb08c45,0x6c4a,0x4fdc,0xae,0x53,0x4e,0xb8,0xc4,0xc7,0xdb,0x8e);
|
||||
DEFINE_GUID(CLSID_TF_DisplayAttributeMgr, 0x3ce74de4,0x53d3,0x4d74,0x8b,0x83,0x43,0x1b,0x38,0x28,0xba,0x53);
|
||||
DEFINE_GUID(CLSID_TaskbarList, 0x56fdf344,0xfd6d,0x11d0,0x95,0x8a,0x00,0x60,0x97,0xc9,0xa0,0x90);
|
||||
DEFINE_GUID(GUID_TFCAT_TIP_KEYBOARD, 0x34745c63,0xb2f0,0x4784,0x8b,0x67,0x5e,0x12,0xc8,0x70,0x1a,0x31);
|
||||
DEFINE_GUID(GUID_TFCAT_TIP_SPEECH, 0xB5A73CD1,0x8355,0x426B,0xA1,0x61,0x25,0x98,0x08,0xF2,0x6B,0x14);
|
||||
DEFINE_GUID(GUID_TFCAT_TIP_HANDWRITING, 0x246ecb87,0xc2f2,0x4abe,0x90,0x5b,0xc8,0xb3,0x8a,0xdd,0x2c,0x43);
|
||||
|
|
Loading…
Reference in a new issue