source: trunk/include/win/shlguid.h@ 3607

Last change on this file since 3607 was 3354, checked in by sandervl, 25 years ago

YD: header changes/fixes

File size: 2.9 KB
Line 
1/* $Id: shlguid.h,v 1.5 2000-04-09 11:09:10 sandervl Exp $ */
2
3#ifndef __WINE_SHLGUID_H
4#define __WINE_SHLGUID_H
5
6#include "wine/obj_base.h"
7
8DEFINE_SHLGUID(CLSID_ShellDesktop, 0x00021400L, 0, 0);
9DEFINE_SHLGUID(CLSID_ShellLink, 0x00021401L, 0, 0);
10
11/* shell32 formatids */
12DEFINE_SHLGUID(FMTID_Intshcut, 0x000214A0L, 0, 0);
13DEFINE_SHLGUID(FMTID_InternetSite, 0x000214A1L, 0, 0);
14/* command group ids */
15DEFINE_SHLGUID(CGID_Explorer, 0x000214D0L, 0, 0);
16DEFINE_SHLGUID(CGID_ShellDocView, 0x000214D1L, 0, 0);
17
18 /* shell32interface ids */
19DEFINE_SHLGUID(IID_INewShortcutHookA, 0x000214E1L, 0, 0);
20DEFINE_SHLGUID(IID_IShellIcon, 0x000214E5L, 0, 0);
21DEFINE_SHLGUID(IID_IShellPropSheetExt, 0x000214E9L, 0, 0);
22DEFINE_SHLGUID(IID_IShellLinkA, 0x000214EEL, 0, 0);
23DEFINE_SHLGUID(IID_IShellCopyHook, 0x000214EFL, 0, 0);
24DEFINE_SHLGUID(IID_IFileViewer, 0x000214F0L, 0, 0);
25DEFINE_SHLGUID(IID_IFileViewerSite, 0x000214F3L, 0, 0);
26DEFINE_SHLGUID(IID_IShellExecuteHookA, 0x000214F5L, 0, 0);
27DEFINE_SHLGUID(IID_IPropSheetPage, 0x000214F6L, 0, 0);
28DEFINE_SHLGUID(IID_INewShortcutHookW, 0x000214F7L, 0, 0);
29DEFINE_SHLGUID(IID_IFileViewerW, 0x000214F8L, 0, 0);
30DEFINE_SHLGUID(IID_IShellExecuteHookW, 0x000214FBL, 0, 0);
31DEFINE_SHLGUID(IID_IShellCopyHookW, 0x000214FCL, 0, 0);
32
33DEFINE_GUID (IID_IDockingWindow, 0x012dd920L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
34DEFINE_GUID (IID_IDockingWindowSite, 0x2A342FC2L, 0x7B26, 0x11D0, 0x8C, 0xA9, 0x00, 0xA0, 0xC9, 0x2D, 0xBF, 0xE8);
35
36/****************************************************************************
37* undocumented stuff
38*/
39/* the next IID's are the namespace elements of the pidls */
40DEFINE_GUID(CLSID_NetworkPlaces, 0x208D2C60, 0x3AEA, 0x1069, 0xA2, 0xD7, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
41DEFINE_GUID(CLSID_NetworkDomain, 0x46e06680, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
42DEFINE_GUID(CLSID_NetworkServer, 0xc0542a90, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
43DEFINE_GUID(CLSID_NetworkShare, 0x54a754c0, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
44DEFINE_GUID(CLSID_MyComputer, 0x20D04FE0, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
45DEFINE_GUID(CLSID_Internet, 0x871C5380, 0x42A0, 0x1069, 0xA2, 0xEA, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
46DEFINE_GUID(CLSID_ShellFSFolder, 0xF3364BA0, 0x65B9, 0x11CE, 0xA9, 0xBA, 0x00, 0xAA, 0x00, 0x4A, 0xE8, 0x37);
47DEFINE_GUID(CLSID_RecycleBin, 0x645FF040, 0x5081, 0x101B, 0x9F, 0x08, 0x00, 0xAA, 0x00, 0x2F, 0x95, 0x4E);
48DEFINE_GUID(CLSID_ControlPanel, 0x21EC2020, 0x3AEA, 0x1069, 0xA2, 0xDD, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
49DEFINE_GUID(CLSID_Printers, 0x2227A280, 0x3AEA, 0x1069, 0xA2, 0xDE, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
50DEFINE_GUID(CLSID_MyDocuments, 0x450d8fba, 0xad25, 0x11d0, 0x98, 0xa8, 0x08, 0x00, 0x36, 0x1b, 0x11, 0x03);
51#endif /* __WINE_SHLGUID_H */
Note: See TracBrowser for help on using the repository browser.