ReactOS 0.4.17-dev-934-g091855f
dmstyle.idl
Go to the documentation of this file.
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#pragma makedep register
22
23[
24 threading(both),
25 progid("Microsoft.DirectMusicSection.1"),
26 vi_progid("Microsoft.DirectMusicSection"),
27 uuid(3f037241-414e-11d1-a7ce-00a0c913f73c)
28]
29coclass DirectMusicSection { interface IDirectMusicSection; }
30
31[
32 threading(both),
33 progid("Microsoft.DirectMusicStyle.1"),
34 vi_progid("Microsoft.DirectMusicStyle"),
35 uuid(d2ac288a-b39b-11d1-8704-00600893b1bd)
36]
37coclass DirectMusicStyle { interface IDirectMusicStyle; }
38
39[
40 threading(both),
41 progid("Microsoft.DirectMusicChordTrack.1"),
42 vi_progid("Microsoft.DirectMusicChordTrack"),
43 uuid(d2ac288b-b39b-11d1-8704-00600893b1bd)
44]
46
47[
48 threading(both),
49 progid("Microsoft.DirectMusicCommandTrack.1"),
50 vi_progid("Microsoft.DirectMusicCommandTrack"),
51 uuid(d2ac288c-b39b-11d1-8704-00600893b1bd)
52]
53coclass DirectMusicCommandTrack { interface IDirectMusicCommandTrack; }
54
55[
56 threading(both),
57 progid("Microsoft.DirectMusicStyleTrack.1"),
58 vi_progid("Microsoft.DirectMusicStyleTrack"),
59 uuid(d2ac288d-b39b-11d1-8704-00600893b1bd)
60]
62
63[
64 threading(both),
65 progid("Microsoft.DirectMusicMotifTrack.1"),
66 vi_progid("Microsoft.DirectMusicMotifTrack"),
67 uuid(d2ac288e-b39b-11d1-8704-00600893b1bd)
68]
69coclass DirectMusicMotifTrack { interface IDirectMusicMotifTrack; }
70
71[
72 threading(both),
73 progid("Microsoft.DirectMusicAuditionTrack.1"),
74 vi_progid("Microsoft.DirectMusicAuditionTrack"),
75 uuid(d2ac2897-b39b-11d1-8704-00600893b1bd)
76]
78
79[
80 threading(both),
81 progid("Microsoft.DirectMusicMuteTrack.1"),
82 vi_progid("Microsoft.DirectMusicMuteTrack"),
83 uuid(d2ac2898-b39b-11d1-8704-00600893b1bd)
84]
85coclass DirectMusicMuteTrack { interface IDirectMusicMuteTrack; }
86
87[
88 threading(both),
89 progid("Microsoft.DirectMusicMelodyFormulationTrack.1"),
90 vi_progid("Microsoft.DirectMusicMelodyFormulationTrack"),
91 uuid(b0684266-b57f-11d2-97f9-00c04fa36e58)
92]
93coclass DirectMusicMelodyFormulationTrack { interface IDirectMusicMelodyFormulationTrack; }
#define progid(str)
Definition: exdisp.idl:31
#define vi_progid(str)
Definition: exdisp.idl:32
#define threading(model)
Definition: exdisp.idl:30
Definition: msctf.idl:532
#define e
Definition: ke_i.h:82