blob: 507e69d7c9b0e8cc565783324664e2b4609009a3 [file] [log] [blame]
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00001/*
2 * Copyright (C) 1999 Juergen Schmied
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
Alexandre Julliard638f1691999-01-17 16:32:32 +000019#ifndef __WINE_SHLGUID_H
20#define __WINE_SHLGUID_H
21
Alexandre Julliardb08cb172000-08-03 04:19:24 +000022#define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_OLEGUID(name,l,w1,w2)
23
Juergen Schmiedba28ba11999-01-23 14:12:48 +000024DEFINE_SHLGUID(CLSID_ShellDesktop, 0x00021400L, 0, 0);
25DEFINE_SHLGUID(CLSID_ShellLink, 0x00021401L, 0, 0);
Alexandre Julliard638f1691999-01-17 16:32:32 +000026
Alexandre Julliardb08cb172000-08-03 04:19:24 +000027DEFINE_SHLGUID(CATID_BrowsableShellExt, 0x00021490L, 0, 0);
28DEFINE_SHLGUID(CATID_BrowseInPlace, 0x00021491L, 0, 0);
29DEFINE_SHLGUID(CATID_DeskBand, 0x00021492L, 0, 0);
30DEFINE_SHLGUID(CATID_InfoBand, 0x00021493L, 0, 0);
31DEFINE_SHLGUID(CATID_CommBand, 0x00021494L, 0, 0);
32
Juergen Schmiedba28ba11999-01-23 14:12:48 +000033/* shell32 formatids */
34DEFINE_SHLGUID(FMTID_Intshcut, 0x000214A0L, 0, 0);
35DEFINE_SHLGUID(FMTID_InternetSite, 0x000214A1L, 0, 0);
Alexandre Julliardb08cb172000-08-03 04:19:24 +000036
Juergen Schmiedba28ba11999-01-23 14:12:48 +000037/* command group ids */
38DEFINE_SHLGUID(CGID_Explorer, 0x000214D0L, 0, 0);
39DEFINE_SHLGUID(CGID_ShellDocView, 0x000214D1L, 0, 0);
Alexandre Julliardb08cb172000-08-03 04:19:24 +000040DEFINE_SHLGUID(CGID_ShellServiceObject, 0x000214D2L, 0, 0);
41DEFINE_SHLGUID(CGID_ExplorerBarDoc, 0x000214D3L, 0, 0);
Alexandre Julliard638f1691999-01-17 16:32:32 +000042
Juergen Schmiedba28ba11999-01-23 14:12:48 +000043DEFINE_SHLGUID(IID_IShellIcon, 0x000214E5L, 0, 0);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000044DEFINE_SHLGUID(IID_IShellPropSheetExt, 0x000214E9L, 0, 0);
Alexandre Julliardb08cb172000-08-03 04:19:24 +000045DEFINE_SHLGUID(IID_IShellDetails, 0x000214ECL, 0, 0);
46DEFINE_SHLGUID(IID_IDelayedRelease, 0x000214EDL, 0, 0);
Alexandre Julliardb08cb172000-08-03 04:19:24 +000047DEFINE_SHLGUID(IID_IShellCopyHookA, 0x000214EFL, 0, 0);
48DEFINE_SHLGUID(IID_IFileViewerA, 0x000214F0L, 0, 0);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000049DEFINE_SHLGUID(IID_IFileViewerSite, 0x000214F3L, 0, 0);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000050DEFINE_SHLGUID(IID_IPropSheetPage, 0x000214F6L, 0, 0);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000051DEFINE_SHLGUID(IID_IFileViewerW, 0x000214F8L, 0, 0);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000052DEFINE_SHLGUID(IID_IShellCopyHookW, 0x000214FCL, 0, 0);
Alexandre Julliardb08cb172000-08-03 04:19:24 +000053DEFINE_SHLGUID(IID_IRemoteComputer, 0x000214FEL, 0, 0);
54DEFINE_SHLGUID(IID_IQueryInfo, 0x00021500L, 0, 0);
55
Alexandre Julliardd937dc22003-09-04 19:43:39 +000056/* avoid duplicate definitions with shobjidl.h (FIXME) */
Alexandre Julliard69c90c22003-09-09 19:32:36 +000057/* DEFINE_SHLGUID(IID_IExtractIconA, 0x000214EBL, 0, 0); */
58/* DEFINE_SHLGUID(IID_IExtractIconW, 0x000214FAL, 0, 0); */
59/* DEFINE_SHLGUID(IID_IContextMenu, 0x000214E4L, 0, 0); */
60/* DEFINE_SHLGUID(IID_IContextMenu2, 0x000214F4L, 0, 0); */
61/* DEFINE_SHLGUID(IID_ICommDlgBrowser, 0x000214F1L, 0, 0); */
Alexandre Julliardd937dc22003-09-04 19:43:39 +000062/* DEFINE_SHLGUID(IID_IShellBrowser, 0x000214E2L, 0, 0); */
63/* DEFINE_SHLGUID(IID_IShellView, 0x000214E3L, 0, 0); */
64/* DEFINE_SHLGUID(IID_IShellFolder, 0x000214E6L, 0, 0); */
65/* DEFINE_SHLGUID(IID_IShellExtInit, 0x000214E8L, 0, 0); */
66/* DEFINE_SHLGUID(IID_IPersistFolder, 0x000214EAL, 0, 0); */
67/* DEFINE_SHLGUID(IID_IShellLinkA, 0x000214EEL, 0, 0); */
68/* DEFINE_SHLGUID(IID_IEnumIDList, 0x000214F2L, 0, 0); */
69/* DEFINE_SHLGUID(IID_IShellLinkW, 0x000214F9L, 0, 0); */
Martin Fuchs9d7bcf82004-01-06 21:38:55 +000070/* DEFINE_SHLGUID(IID_IShellExecuteHookA, 0x000214F5L, 0, 0); */
71/* DEFINE_SHLGUID(IID_IShellExecuteHookW, 0x000214FBL, 0, 0); */
Mike McCormack20899f72005-03-14 17:14:40 +000072/* DEFINE_SHLGUID(IID_INewShortcutHookA, 0x000214E1L, 0, 0); */
73/* DEFINE_SHLGUID(IID_INewShortcutHookW, 0x000214F7L, 0, 0); */
Alexandre Julliardd937dc22003-09-04 19:43:39 +000074
75DEFINE_GUID(SID_STopLevelBrowser, 0x4C96BE40L, 0x915C, 0x11CF, 0x99, 0xD3, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
76
77#define SID_SShellBrowser IID_IShellBrowser
78
Alexandre Julliardb08cb172000-08-03 04:19:24 +000079#define IID_IFileViewer WINELIB_NAME_AW(IID_IFileViewer)
80#define IID_IShellLink WINELIB_NAME_AW(IID_IShellLink)
81#define IID_IExtractIcon WINELIB_NAME_AW(IID_IExtractIcon)
82#define IID_IShellCopyHook WINELIB_NAME_AW(IID_IShellCopyHook)
83#define IID_IShellExecuteHook WINELIB_NAME_AW(IID_IShellExecuteHook)
84#define IID_INewShortcutHook WINELIB_NAME_AW(IID_INewShortcutHook)
Juergen Schmiedba28ba11999-01-23 14:12:48 +000085
Jon Griffiths62bc2c12005-03-17 10:27:07 +000086DEFINE_GUID(IID_IDockingWindow, 0x012dd920L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
87DEFINE_GUID(IID_IDockingWindowSite, 0x2A342FC2L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
88DEFINE_GUID(IID_IInputObject, 0x068284FAA, 0x6A48, 0x11D0, 0x8C, 0x78, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xB4);
89DEFINE_GUID(IID_IInputObjectSite, 0x0F1DB8392, 0x7331, 0x11D0, 0x8C, 0x99, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
Juergen Schmiedba28ba11999-01-23 14:12:48 +000090
91/****************************************************************************
Juergen Schmiedafe53ed1999-11-23 22:31:18 +000092 * the next IID's are the namespace elements of the pidls
93 */
94DEFINE_GUID(CLSID_NetworkPlaces, 0x208D2C60, 0x3AEA, 0x1069, 0xA2, 0xD7, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
95DEFINE_GUID(CLSID_NetworkDomain, 0x46e06680, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
96DEFINE_GUID(CLSID_NetworkServer, 0xc0542a90, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
97DEFINE_GUID(CLSID_NetworkShare, 0x54a754c0, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
98DEFINE_GUID(CLSID_MyComputer, 0x20D04FE0, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
99DEFINE_GUID(CLSID_Internet, 0x871C5380, 0x42A0, 0x1069, 0xA2, 0xEA, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
100DEFINE_GUID(CLSID_ShellFSFolder, 0xF3364BA0, 0x65B9, 0x11CE, 0xA9, 0xBA, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
101DEFINE_GUID(CLSID_RecycleBin, 0x645FF040, 0x5081, 0x101B, 0x9F, 0x08, 0x00, 0xAA, 0x00, 0x2F, 0x95, 0x4E);
102DEFINE_GUID(CLSID_ControlPanel, 0x21EC2020, 0x3AEA, 0x1069, 0xA2, 0xDD, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
103DEFINE_GUID(CLSID_Printers, 0x2227A280, 0x3AEA, 0x1069, 0xA2, 0xDE, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
104DEFINE_GUID(CLSID_MyDocuments, 0x450d8fba, 0xad25, 0x11d0, 0x98, 0xa8, 0x08, 0x00, 0x36, 0x1b, 0x11, 0x03);
Michael Jung72441562005-08-15 20:50:19 +0000105DEFINE_GUID(CLSID_FolderShortcut, 0x0AFACED1, 0xE828, 0x11D1, 0x91, 0x87, 0xB5, 0x32, 0xF1, 0xE9, 0x57, 0x5D);
Alexandre Julliard5cdda822002-07-24 01:57:22 +0000106
107DEFINE_GUID(IID_IQueryAssociations, 0xc46ca590, 0x3c3f, 0x11d2, 0xbe, 0xe6, 0x00, 0x00, 0xf8, 0x05, 0xca, 0x57);
108
Steven Edwardsad7f4da2005-04-13 11:07:49 +0000109DEFINE_GUID(CLSID_DragDropHelper, 0x4657278a, 0x411b, 0x11d2, 0x83, 0x9a, 0x00, 0xc0, 0x4f, 0xd9, 0x18, 0xd0);
Alexandre Julliard69c90c22003-09-09 19:32:36 +0000110
Maxime Bellengéb7852de2004-04-19 19:26:57 +0000111DEFINE_GUID(CLSID_AutoComplete, 0x00bb2763, 0x6a77, 0x11d0, 0xa5, 0x35, 0x00, 0xc0, 0x4f, 0xd7, 0xd0, 0x62);
112
Alexandre Julliard69c90c22003-09-09 19:32:36 +0000113#define PID_FINDDATA 0
114#define PID_NETRESOURCE 1
115#define PID_DESCRIPTIONID 2
116#define PID_WHICHFOLDER 3
117#define PID_NETWORKLOCATION 4
118#define PID_COMPUTERNAME 5
119
Alexandre Julliard638f1691999-01-17 16:32:32 +0000120#endif /* __WINE_SHLGUID_H */