dmsynth: Dump data passed to Download method.
[wine] / dlls / itss / itss.idl
1 /*
2  * COM Classes for itss
3  *
4  * Copyright 2010 Alexandre Julliard
5  *
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.
10  *
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.
15  *
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
19  */
20
21 [
22     helpstring("Microsoft InfoTech Protocol for IE 3.0"),
23     threading(both),
24     progid("MSITFS1.0"),
25     vi_progid("MSITFS"),
26     uuid(9d148290-b9c8-11d0-a4cc-0000f80149f6)
27 ]
28 coclass MSITStore { interface IParseDisplayName; }
29
30 [
31     helpstring("Microsoft InfoTech Protocol for IE 4.0"),
32     threading(both),
33     progid("MSITFS1.0"),
34     vi_progid("MSITFS"),
35     uuid(9d148291-b9c8-11d0-a4cc-0000f80149f6)
36 ]
37 coclass ITSProtocol { interface IInternetProtocolInfo; }
38
39 [
40     helpstring("Microsoft InfoTech IStorage for Win32 Files"),
41     threading(both),
42     progid("MSITFS1.0"),
43     vi_progid("MSITFS"),
44     uuid(d54eee56-aaab-11d0-9e1d-00a0c922e6ec)
45 ]
46 coclass MSFSStore { }
47
48 [
49     helpstring("Microsoft InfoTech IStorage System"),
50     threading(both),
51     progid("MSITFS1.0"),
52     vi_progid("MSITFS"),
53     uuid(5d02926a-212e-11d0-9df9-00a0c922e6ec)
54 ]
55 coclass ITStorage { interface IITStorage; }