wininet: Added support for more certificate error types.
[wine] / dlls / dmstyle / dmstyle.idl
1 /*
2  * COM Classes for dmstyle
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     threading(both),
23     progid("Microsoft.DirectMusicSection.1"),
24     vi_progid("Microsoft.DirectMusicSection"),
25     uuid(3f037241-414e-11d1-a7ce-00a0c913f73c)
26 ]
27 coclass DirectMusicSection { interface IDirectMusicSection; }
28
29 [
30     threading(both),
31     progid("Microsoft.DirectMusicStyle.1"),
32     vi_progid("Microsoft.DirectMusicStyle"),
33     uuid(d2ac288a-b39b-11d1-8704-00600893b1bd)
34 ]
35 coclass DirectMusicStyle { interface IDirectMusicStyle; }
36
37 [
38     threading(both),
39     progid("Microsoft.DirectMusicChordTrack.1"),
40     vi_progid("Microsoft.DirectMusicChordTrack"),
41     uuid(d2ac288b-b39b-11d1-8704-00600893b1bd)
42 ]
43 coclass DirectMusicChordTrack { interface IDirectMusicChordTrack; }
44
45 [
46     threading(both),
47     progid("Microsoft.DirectMusicCommandTrack.1"),
48     vi_progid("Microsoft.DirectMusicCommandTrack"),
49     uuid(d2ac288c-b39b-11d1-8704-00600893b1bd)
50 ]
51 coclass DirectMusicCommandTrack { interface IDirectMusicCommandTrack; }
52
53 [
54     threading(both),
55     progid("Microsoft.DirectMusicStyleTrack.1"),
56     vi_progid("Microsoft.DirectMusicStyleTrack"),
57     uuid(d2ac288d-b39b-11d1-8704-00600893b1bd)
58 ]
59 coclass DirectMusicStyleTrack { interface IDirectMusicStyleTrack; }
60
61 [
62     threading(both),
63     progid("Microsoft.DirectMusicMotifTrack.1"),
64     vi_progid("Microsoft.DirectMusicMotifTrack"),
65     uuid(d2ac288e-b39b-11d1-8704-00600893b1bd)
66 ]
67 coclass DirectMusicMotifTrack { interface IDirectMusicMotifTrack; }
68
69 [
70     threading(both),
71     progid("Microsoft.DirectMusicAuditionTrack.1"),
72     vi_progid("Microsoft.DirectMusicAuditionTrack"),
73     uuid(d2ac2897-b39b-11d1-8704-00600893b1bd)
74 ]
75 coclass DirectMusicAuditionTrack { interface IDirectMusicAuditionTrack; }
76
77 [
78     threading(both),
79     progid("Microsoft.DirectMusicMuteTrack.1"),
80     vi_progid("Microsoft.DirectMusicMuteTrack"),
81     uuid(d2ac2898-b39b-11d1-8704-00600893b1bd)
82 ]
83 coclass DirectMusicMuteTrack { interface IDirectMusicMuteTrack; }
84
85 [
86     threading(both),
87     progid("Microsoft.DirectMusicMelodyFormulationTrack.1"),
88     vi_progid("Microsoft.DirectMusicMelodyFormulationTrack"),
89     uuid(b0684266-b57f-11d2-97f9-00c04fa36e58)
90 ]
91 coclass DirectMusicMelodyFormulationTrack { interface IDirectMusicMelodyFormulationTrack; }