advapi32: Remove wrong "is NULL and error out" code (coccicheck).
[wine/wine-gecko.git] / dlls / dmstyle / dmstyle.idl
blob6e1951d8f8344ddbf1660de95d741b1845f0b51e
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
22 threading(both),
23 progid("Microsoft.DirectMusicSection.1"),
24 vi_progid("Microsoft.DirectMusicSection"),
25 uuid(3f037241-414e-11d1-a7ce-00a0c913f73c)
27 coclass DirectMusicSection { interface IDirectMusicSection; }
30 threading(both),
31 progid("Microsoft.DirectMusicStyle.1"),
32 vi_progid("Microsoft.DirectMusicStyle"),
33 uuid(d2ac288a-b39b-11d1-8704-00600893b1bd)
35 coclass DirectMusicStyle { interface IDirectMusicStyle; }
38 threading(both),
39 progid("Microsoft.DirectMusicChordTrack.1"),
40 vi_progid("Microsoft.DirectMusicChordTrack"),
41 uuid(d2ac288b-b39b-11d1-8704-00600893b1bd)
43 coclass DirectMusicChordTrack { interface IDirectMusicChordTrack; }
46 threading(both),
47 progid("Microsoft.DirectMusicCommandTrack.1"),
48 vi_progid("Microsoft.DirectMusicCommandTrack"),
49 uuid(d2ac288c-b39b-11d1-8704-00600893b1bd)
51 coclass DirectMusicCommandTrack { interface IDirectMusicCommandTrack; }
54 threading(both),
55 progid("Microsoft.DirectMusicStyleTrack.1"),
56 vi_progid("Microsoft.DirectMusicStyleTrack"),
57 uuid(d2ac288d-b39b-11d1-8704-00600893b1bd)
59 coclass DirectMusicStyleTrack { interface IDirectMusicStyleTrack; }
62 threading(both),
63 progid("Microsoft.DirectMusicMotifTrack.1"),
64 vi_progid("Microsoft.DirectMusicMotifTrack"),
65 uuid(d2ac288e-b39b-11d1-8704-00600893b1bd)
67 coclass DirectMusicMotifTrack { interface IDirectMusicMotifTrack; }
70 threading(both),
71 progid("Microsoft.DirectMusicAuditionTrack.1"),
72 vi_progid("Microsoft.DirectMusicAuditionTrack"),
73 uuid(d2ac2897-b39b-11d1-8704-00600893b1bd)
75 coclass DirectMusicAuditionTrack { interface IDirectMusicAuditionTrack; }
78 threading(both),
79 progid("Microsoft.DirectMusicMuteTrack.1"),
80 vi_progid("Microsoft.DirectMusicMuteTrack"),
81 uuid(d2ac2898-b39b-11d1-8704-00600893b1bd)
83 coclass DirectMusicMuteTrack { interface IDirectMusicMuteTrack; }
86 threading(both),
87 progid("Microsoft.DirectMusicMelodyFormulationTrack.1"),
88 vi_progid("Microsoft.DirectMusicMelodyFormulationTrack"),
89 uuid(b0684266-b57f-11d2-97f9-00c04fa36e58)
91 coclass DirectMusicMelodyFormulationTrack { interface IDirectMusicMelodyFormulationTrack; }