msvcp90: Added basic_ostream::operator<<(base type) implementation.
[wine/multimedia.git] / dlls / itss / itss.idl
blobe3fac3a46898efa2c308a56e7fbf0ada05e2d5ad
1 /*
2 * COM Classes for itss
4 * Copyright 2010 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("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)
28 coclass MSITStore { interface IParseDisplayName; }
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)
37 coclass ITSProtocol { interface IInternetProtocolInfo; }
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)
46 coclass MSFSStore { }
49 helpstring("Microsoft InfoTech IStorage System"),
50 threading(both),
51 progid("MSITFS1.0"),
52 vi_progid("MSITFS"),
53 uuid(5d02926a-212e-11d0-9df9-00a0c922e6ec)
55 coclass ITStorage { interface IITStorage; }