opengl32: Fix some style issues.
[wine.git] / dlls / dmstyle / dmstyle.idl
blobd1803a97c17fb9a23a58dc21c26f2e79c41b7b4e
1 /*
2 * COM Classes for dmstyle
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 threading(both),
25 progid("Microsoft.DirectMusicSection.1"),
26 vi_progid("Microsoft.DirectMusicSection"),
27 uuid(3f037241-414e-11d1-a7ce-00a0c913f73c)
29 coclass DirectMusicSection { interface IDirectMusicSection; }
32 threading(both),
33 progid("Microsoft.DirectMusicStyle.1"),
34 vi_progid("Microsoft.DirectMusicStyle"),
35 uuid(d2ac288a-b39b-11d1-8704-00600893b1bd)
37 coclass DirectMusicStyle { interface IDirectMusicStyle; }
40 threading(both),
41 progid("Microsoft.DirectMusicChordTrack.1"),
42 vi_progid("Microsoft.DirectMusicChordTrack"),
43 uuid(d2ac288b-b39b-11d1-8704-00600893b1bd)
45 coclass DirectMusicChordTrack { interface IDirectMusicChordTrack; }
48 threading(both),
49 progid("Microsoft.DirectMusicCommandTrack.1"),
50 vi_progid("Microsoft.DirectMusicCommandTrack"),
51 uuid(d2ac288c-b39b-11d1-8704-00600893b1bd)
53 coclass DirectMusicCommandTrack { interface IDirectMusicCommandTrack; }
56 threading(both),
57 progid("Microsoft.DirectMusicStyleTrack.1"),
58 vi_progid("Microsoft.DirectMusicStyleTrack"),
59 uuid(d2ac288d-b39b-11d1-8704-00600893b1bd)
61 coclass DirectMusicStyleTrack { interface IDirectMusicStyleTrack; }
64 threading(both),
65 progid("Microsoft.DirectMusicMotifTrack.1"),
66 vi_progid("Microsoft.DirectMusicMotifTrack"),
67 uuid(d2ac288e-b39b-11d1-8704-00600893b1bd)
69 coclass DirectMusicMotifTrack { interface IDirectMusicMotifTrack; }
72 threading(both),
73 progid("Microsoft.DirectMusicAuditionTrack.1"),
74 vi_progid("Microsoft.DirectMusicAuditionTrack"),
75 uuid(d2ac2897-b39b-11d1-8704-00600893b1bd)
77 coclass DirectMusicAuditionTrack { interface IDirectMusicAuditionTrack; }
80 threading(both),
81 progid("Microsoft.DirectMusicMuteTrack.1"),
82 vi_progid("Microsoft.DirectMusicMuteTrack"),
83 uuid(d2ac2898-b39b-11d1-8704-00600893b1bd)
85 coclass DirectMusicMuteTrack { interface IDirectMusicMuteTrack; }
88 threading(both),
89 progid("Microsoft.DirectMusicMelodyFormulationTrack.1"),
90 vi_progid("Microsoft.DirectMusicMelodyFormulationTrack"),
91 uuid(b0684266-b57f-11d2-97f9-00c04fa36e58)
93 coclass DirectMusicMelodyFormulationTrack { interface IDirectMusicMelodyFormulationTrack; }