Fixed wrong length argument in getInterfacePhysicalByName.
[wine/wine-kai.git] / include / shlguid.h
blob005aa819d0499b1a67331af07566ccf29cc44015
1 /*
2 * Copyright (C) 1999 Juergen Schmied
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.
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.
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
19 #ifndef __WINE_SHLGUID_H
20 #define __WINE_SHLGUID_H
22 #include "objbase.h"
24 #define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_OLEGUID(name,l,w1,w2)
26 DEFINE_SHLGUID(CLSID_ShellDesktop, 0x00021400L, 0, 0);
27 DEFINE_SHLGUID(CLSID_ShellLink, 0x00021401L, 0, 0);
29 DEFINE_SHLGUID(CATID_BrowsableShellExt, 0x00021490L, 0, 0);
30 DEFINE_SHLGUID(CATID_BrowseInPlace, 0x00021491L, 0, 0);
31 DEFINE_SHLGUID(CATID_DeskBand, 0x00021492L, 0, 0);
32 DEFINE_SHLGUID(CATID_InfoBand, 0x00021493L, 0, 0);
33 DEFINE_SHLGUID(CATID_CommBand, 0x00021494L, 0, 0);
35 /* shell32 formatids */
36 DEFINE_SHLGUID(FMTID_Intshcut, 0x000214A0L, 0, 0);
37 DEFINE_SHLGUID(FMTID_InternetSite, 0x000214A1L, 0, 0);
39 /* command group ids */
40 DEFINE_SHLGUID(CGID_Explorer, 0x000214D0L, 0, 0);
41 DEFINE_SHLGUID(CGID_ShellDocView, 0x000214D1L, 0, 0);
42 DEFINE_SHLGUID(CGID_ShellServiceObject, 0x000214D2L, 0, 0);
43 DEFINE_SHLGUID(CGID_ExplorerBarDoc, 0x000214D3L, 0, 0);
45 DEFINE_SHLGUID(IID_INewShortcutHookA, 0x000214E1L, 0, 0);
46 DEFINE_SHLGUID(IID_IShellBrowser, 0x000214E2L, 0, 0);
47 DEFINE_SHLGUID(IID_IShellView, 0x000214E3L, 0, 0);
48 DEFINE_SHLGUID(IID_IContextMenu, 0x000214E4L, 0, 0);
49 DEFINE_SHLGUID(IID_IShellIcon, 0x000214E5L, 0, 0);
50 DEFINE_SHLGUID(IID_IShellFolder, 0x000214E6L, 0, 0);
51 DEFINE_SHLGUID(IID_IShellExtInit, 0x000214E8L, 0, 0);
52 DEFINE_SHLGUID(IID_IShellPropSheetExt, 0x000214E9L, 0, 0);
53 DEFINE_SHLGUID(IID_IPersistFolder, 0x000214EAL, 0, 0);
54 DEFINE_SHLGUID(IID_IExtractIconA, 0x000214EBL, 0, 0);
55 DEFINE_SHLGUID(IID_IShellDetails, 0x000214ECL, 0, 0);
56 DEFINE_SHLGUID(IID_IDelayedRelease, 0x000214EDL, 0, 0);
57 DEFINE_SHLGUID(IID_IShellLinkA, 0x000214EEL, 0, 0);
58 DEFINE_SHLGUID(IID_IShellCopyHookA, 0x000214EFL, 0, 0);
59 DEFINE_SHLGUID(IID_IFileViewerA, 0x000214F0L, 0, 0);
60 DEFINE_SHLGUID(IID_ICommDlgBrowser, 0x000214F1L, 0, 0);
61 DEFINE_SHLGUID(IID_IEnumIDList, 0x000214F2L, 0, 0);
62 DEFINE_SHLGUID(IID_IFileViewerSite, 0x000214F3L, 0, 0);
63 DEFINE_SHLGUID(IID_IContextMenu2, 0x000214F4L, 0, 0);
64 DEFINE_SHLGUID(IID_IShellExecuteHookA, 0x000214F5L, 0, 0);
65 DEFINE_SHLGUID(IID_IPropSheetPage, 0x000214F6L, 0, 0);
66 DEFINE_SHLGUID(IID_INewShortcutHookW, 0x000214F7L, 0, 0);
67 DEFINE_SHLGUID(IID_IFileViewerW, 0x000214F8L, 0, 0);
68 DEFINE_SHLGUID(IID_IShellLinkW, 0x000214F9L, 0, 0);
69 DEFINE_SHLGUID(IID_IExtractIconW, 0x000214FAL, 0, 0);
70 DEFINE_SHLGUID(IID_IShellExecuteHookW, 0x000214FBL, 0, 0);
71 DEFINE_SHLGUID(IID_IShellCopyHookW, 0x000214FCL, 0, 0);
72 DEFINE_SHLGUID(IID_IRemoteComputer, 0x000214FEL, 0, 0);
73 DEFINE_SHLGUID(IID_IQueryInfo, 0x00021500L, 0, 0);
75 #define IID_IFileViewer WINELIB_NAME_AW(IID_IFileViewer)
76 #define IID_IShellLink WINELIB_NAME_AW(IID_IShellLink)
77 #define IID_IExtractIcon WINELIB_NAME_AW(IID_IExtractIcon)
78 #define IID_IShellCopyHook WINELIB_NAME_AW(IID_IShellCopyHook)
79 #define IID_IShellExecuteHook WINELIB_NAME_AW(IID_IShellExecuteHook)
80 #define IID_INewShortcutHook WINELIB_NAME_AW(IID_INewShortcutHook)
82 DEFINE_GUID (IID_IDockingWindow, 0x012dd920L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
83 DEFINE_GUID (IID_IDockingWindowSite, 0x2A342FC2L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
85 /****************************************************************************
86 * the next IID's are the namespace elements of the pidls
88 DEFINE_GUID(CLSID_NetworkPlaces, 0x208D2C60, 0x3AEA, 0x1069, 0xA2, 0xD7, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
89 DEFINE_GUID(CLSID_NetworkDomain, 0x46e06680, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
90 DEFINE_GUID(CLSID_NetworkServer, 0xc0542a90, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
91 DEFINE_GUID(CLSID_NetworkShare, 0x54a754c0, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
92 DEFINE_GUID(CLSID_MyComputer, 0x20D04FE0, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
93 DEFINE_GUID(CLSID_Internet, 0x871C5380, 0x42A0, 0x1069, 0xA2, 0xEA, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
94 DEFINE_GUID(CLSID_ShellFSFolder, 0xF3364BA0, 0x65B9, 0x11CE, 0xA9, 0xBA, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
95 DEFINE_GUID(CLSID_RecycleBin, 0x645FF040, 0x5081, 0x101B, 0x9F, 0x08, 0x00, 0xAA, 0x00, 0x2F, 0x95, 0x4E);
96 DEFINE_GUID(CLSID_ControlPanel, 0x21EC2020, 0x3AEA, 0x1069, 0xA2, 0xDD, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
97 DEFINE_GUID(CLSID_Printers, 0x2227A280, 0x3AEA, 0x1069, 0xA2, 0xDE, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
98 DEFINE_GUID(CLSID_MyDocuments, 0x450d8fba, 0xad25, 0x11d0, 0x98, 0xa8, 0x08, 0x00, 0x36, 0x1b, 0x11, 0x03);
100 DEFINE_GUID(IID_IQueryAssociations, 0xc46ca590, 0x3c3f, 0x11d2, 0xbe, 0xe6, 0x00, 0x00, 0xf8, 0x05, 0xca, 0x57);
102 #endif /* __WINE_SHLGUID_H */