[ITSS]
[reactos.git] / reactos / dll / win32 / 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 #pragma makedep register
22
23 [
24 helpstring("Microsoft InfoTech Protocol for IE 3.0"),
25 threading(both),
26 progid("MSITFS1.0"),
27 vi_progid("MSITFS"),
28 uuid(9d148290-b9c8-11d0-a4cc-0000f80149f6)
29 ]
30 coclass MSITStore { interface IParseDisplayName; }
31
32 [
33 helpstring("Microsoft InfoTech Protocol for IE 4.0"),
34 threading(both),
35 progid("MSITFS1.0"),
36 vi_progid("MSITFS"),
37 uuid(9d148291-b9c8-11d0-a4cc-0000f80149f6)
38 ]
39 coclass ITSProtocol { interface IInternetProtocolInfo; }
40
41 [
42 helpstring("Microsoft InfoTech IStorage for Win32 Files"),
43 threading(both),
44 progid("MSITFS1.0"),
45 vi_progid("MSITFS"),
46 uuid(d54eee56-aaab-11d0-9e1d-00a0c922e6ec)
47 ]
48 coclass MSFSStore { }
49
50 [
51 helpstring("Microsoft InfoTech IStorage System"),
52 threading(both),
53 progid("MSITFS1.0"),
54 vi_progid("MSITFS"),
55 uuid(5d02926a-212e-11d0-9df9-00a0c922e6ec)
56 ]
57 coclass ITStorage { interface IITStorage; }