winemenubuilder: silence an err
[wine/multimedia.git] / dlls / itss / itss.idl
blobb80f5d421322ee9dd0831090371f262fe76634e3
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
21 #pragma makedep register
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)
30 coclass MSITStore { interface IParseDisplayName; }
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)
39 coclass ITSProtocol { interface IInternetProtocolInfo; }
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)
48 coclass MSFSStore { }
51 helpstring("Microsoft InfoTech IStorage System"),
52 threading(both),
53 progid("MSITFS1.0"),
54 vi_progid("MSITFS"),
55 uuid(5d02926a-212e-11d0-9df9-00a0c922e6ec)
57 coclass ITStorage { interface IITStorage; }