correct a mistake
[reactos.git] / reactos / w32api / include / shlguid.h
1 #ifndef _SHLGUID_H
2 #define _SHLGUID_H
3 #if __GNUC__ >= 3
4 #pragma GCC system_header
5 #endif
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #define DEFINE_SHLGUID(n,l,w1,w2) DEFINE_GUID(n,l,w1,w2,0xC0,0,0,0,0,0,0,0x46)
11 #define SID_SShellBrowser IID_IShellBrowser
12 extern const GUID CLSID_MyComputer;
13 extern const GUID CLSID_MyDocuments;
14 extern const GUID CLSID_ShellDesktop;
15 extern const GUID CLSID_ShellLink;
16 extern const GUID CLSID_ControlPanel;
17 extern const GUID CLSID_Internet;
18 extern const GUID CLSID_NetworkPlaces;
19 extern const GUID CLSID_RecycleBin;
20 extern const GUID CLSID_ShellFSFolder;
21 extern const GUID CLSID_Printers;
22 extern const GUID CLSID_FolderShortcut;
23 extern const GUID FMTID_Intshcut;
24 extern const GUID FMTID_InternetSite;
25 extern const GUID CGID_Explorer;
26 extern const GUID CGID_ShellDocView;
27 extern const GUID CGID_ShellServiceObject;
28 extern const GUID IID_INewShortcutHookA;
29 extern const GUID IID_IShellBrowser;
30 extern const GUID IID_IShellView;
31 extern const GUID IID_IContextMenu;
32 extern const GUID IID_IColumnProvider;
33 extern const GUID IID_IQueryInfo;
34 extern const GUID IID_IShellIcon;
35 extern const GUID IID_IShellIconOverlayIdentifier;
36 extern const GUID IID_IShellFolder;
37 extern const GUID IID_IShellExtInit;
38 extern const GUID IID_IShellPropSheetExt;
39 extern const GUID IID_IPersistFolder;
40 extern const GUID IID_IExtractIconA;
41 extern const GUID IID_IShellLinkA;
42 extern const GUID IID_IShellLinkDataList;
43 extern const GUID IID_IShellCopyHookA;
44 extern const GUID IID_IFileViewerA;
45 extern const GUID IID_ICommDlgBrowser;
46 extern const GUID IID_IEnumIDList;
47 extern const GUID IID_IFileViewerSite;
48 extern const GUID IID_IContextMenu2;
49 extern const GUID IID_IShellExecuteHookA;
50 extern const GUID IID_IPropSheetPage;
51 extern const GUID IID_INewShortcutHookW;
52 extern const GUID IID_IFileViewerW;
53 extern const GUID IID_IShellLinkW;
54 extern const GUID IID_IExtractIconW;
55 extern const GUID IID_IShellExecuteHookW;
56 extern const GUID IID_IShellCopyHookW;
57 extern const GUID IID_IShellView2;
58 extern const GUID LIBID_SHDocVw;
59 extern const GUID IID_IShellExplorer;
60 extern const GUID DIID_DShellExplorerEvents;
61 extern const GUID CLSID_ShellExplorer;
62 extern const GUID IID_ISHItemOC;
63 extern const GUID DIID_DSHItemOCEvents;
64 extern const GUID CLSID_SHItemOC;
65 extern const GUID IID_DHyperLink;
66 extern const GUID IID_DIExplorer;
67 extern const GUID DIID_DExplorerEvents;
68 extern const GUID CLSID_InternetExplorer;
69 extern const GUID CLSID_StdHyperLink;
70 extern const GUID CLSID_FileTypes;
71 extern const GUID CLSID_InternetShortcut;
72 extern const GUID IID_IUniformResourceLocator;
73 extern const GUID CLSID_DragDropHelper;
74 extern const GUID IID_IDropTargetHelper;
75 extern const GUID IID_IDragSourceHelper;
76 #if (_WIN32_IE >= 0x400 || _WIN32_WINNT >= 0x500)
77 extern const GUID IID_IPersistFolder2;
78 extern const GUID CLSID_AutoComplete;
79 #endif
80 #if (_WIN32_WINNT >= 0x500)
81 extern const GUID IID_IPersistFolder3;
82 extern const GUID IID_IShellFolder2;
83 extern const GUID IID_IFileSystemBindData;
84 #endif
85 #ifdef UNICODE
86 #define IID_IFileViewer IID_IFileViewerW
87 #define IID_IShellLink IID_IShellLinkW
88 #define IID_IExtractIcon IID_IExtractIconW
89 #define IID_IShellCopyHook IID_IShellCopyHookW
90 #define IID_IShellExecuteHook IID_IShellExecuteHookW
91 #define IID_INewShortcutHook IID_INewShortcutHookW
92 #else
93 #define IID_IFileViewer IID_IFileViewerA
94 #define IID_IShellLink IID_IShellLinkA
95 #define IID_IExtractIcon IID_IExtractIconA
96 #define IID_IShellCopyHook IID_IShellCopyHookA
97 #define IID_IShellExecuteHook IID_IShellExecuteHookA
98 #define IID_INewShortcutHook IID_INewShortcutHookA
99 #endif
100 extern const GUID IID_IInputObject;
101 extern const GUID IID_IInputObjectSite;
102
103 #ifdef __cplusplus
104 }
105 #endif
106
107 #endif