msxml3: Use a helper to get property values.
[wine/multimedia.git] / dlls / shell32 / shell32_classes.idl
blobae3e619eccdcc1e2ce1b59de785a91f31b310bad
1 /*
2 * Coclasses for shell32
4 * Copyright 2011 Alexandre Julliard
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 helpstring("Shell Automation Service"),
23 progid("Shell.Application.1"),
24 vi_progid("Shell.Application"),
25 threading(apartment),
26 uuid(13709620-c279-11ce-a49e-444553540000)
28 coclass Shell { interface IShellDispatch; }
31 helpstring("Printers and Faxes"),
32 threading(apartment),
33 uuid(2227a280-3aea-1069-a2de-08002b30309d)
35 coclass Printers { interface IShellFolder2; }
38 helpstring("Explorer Browser"),
39 threading(apartment),
40 uuid(71f96385-ddd6-48d3-a0c1-ae06e8b055fb)
42 coclass ExplorerBrowser { interface IExplorerBrowser; }
45 helpstring("Known Folder Manager"),
46 threading(apartment),
47 uuid(4df0c730-df9d-4ae3-9153-aa6b82e9795a)
49 coclass KnownFolderManager { interface IKnownFolderManager; }
52 helpstring("Microsoft Shell Folder View Router"),
53 threading(apartment),
54 uuid(9ba05971-f6a8-11cf-a442-00a0c90a8f39)
55 ] coclass ShellFolderViewOC { }
58 helpstring("Query file associations"),
59 threading(apartment),
60 uuid(a07034fd-6caa-4954-ac3f-97a27216f98a)
61 ] coclass QueryAssociations { interface IQueryAssociations; }
64 helpstring("Shell Drag and Drop Helper"),
65 threading(apartment),
66 uuid(4657278a-411b-11d2-839a-00c04fd918d0)
67 ] coclass DragDropHelper { interface IDropTargetHelper; }
70 threading(apartment),
71 uuid(00bb2763-6a77-11d0-a535-00c04fd7d062)
72 ] coclass AutoComplete { interface IAutoComplete2; }
75 helpstring("Shell File System Folder"),
76 threading(apartment),
77 uuid(f3364ba0-65b9-11ce-a9ba-00aa004ae837)
78 ] coclass ShellFSFolder { interface IShellFolder2; }
81 helpstring("My Network Places"),
82 threading(apartment),
83 uuid(208d2c60-3aea-1069-a2d7-08002b30309d)
84 ] coclass NetworkPlaces { interface IShellFolder2; }
87 helpstring("Desktop"),
88 threading(apartment),
89 uuid(00021400-0000-0000-c000-000000000046)
90 ] coclass ShellDesktop { interface IShellFolder2; }
93 helpstring("Shortcut"),
94 threading(apartment),
95 uuid(00021401-0000-0000-c000-000000000046)
96 ] coclass ShellLink { interface IShellLinkW; }
99 helpstring("My Computer"),
100 threading(apartment),
101 uuid(20d04fe0-3aea-1069-a2d8-08002b30309d)
102 ] coclass MyComputer { interface IShellFolder2; }
105 threading(apartment),
106 uuid(0afaced1-e828-11d1-9187-b532f1e9575d)
107 ] coclass FolderShortcut { interface IShellFolder2; }
110 helpstring("/"),
111 threading(apartment),
112 uuid(cc702eb2-7dc5-11d9-c687-0004238a01cd)
113 ] coclass UnixFolder { interface IShellFolder2; }
116 helpstring("/"),
117 threading(apartment),
118 uuid(9d20aae8-0625-44b0-9ca7-71889c2254d9)
119 ] coclass UnixDosFolder { interface IShellFolder2; }
122 helpstring("My Documents"),
123 threading(apartment),
124 uuid(450d8fba-ad25-11d0-98a8-0800361b1103)
125 ] coclass MyDocuments { interface IShellFolder2; }
128 helpstring("Trash"),
129 threading(apartment),
130 uuid(645ff040-5081-101b-9f08-00aa002f954e)
131 ] coclass RecycleBin { interface IShellFolder2; }
134 helpstring("Control Panel"),
135 threading(apartment),
136 uuid(21ec2020-3aea-1069-a2dd-08002b30309d)
137 ] coclass ControlPanel { interface IShellFolder2; }
140 threading(apartment),
141 uuid(53bd6b4e-3780-4693-afc3-7161c2f3ee9c)
142 ] coclass MruLongList { }