cmd: DIR command outputs free space for the path.
[wine.git] / dlls / dmime / dmime.idl
blobb083ddc54fcbb5eb034749e76e289de000689bc4
1 /*
2 * COM Classes for dmime
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.DirectMusicPerformance.1"),
26 vi_progid("Microsoft.DirectMusicPerformance"),
27 uuid(d2ac2881-b39b-11d1-8704-00600893b1bd)
29 coclass DirectMusicPerformance { interface IDirectMusicPerformance; }
32 threading(both),
33 progid("Microsoft.DirectMusicSegment.1"),
34 vi_progid("Microsoft.DirectMusicSegment"),
35 uuid(d2ac2882-b39b-11d1-8704-00600893b1bd)
37 coclass DirectMusicSegment { interface IDirectMusicSegment; }
40 threading(both),
41 progid("Microsoft.DirectMusicSegmentState.1"),
42 vi_progid("Microsoft.DirectMusicSegmentState"),
43 uuid(d2ac2883-b39b-11d1-8704-00600893b1bd)
45 coclass DirectMusicSegmentState { interface IDirectMusicSegmentState; }
48 threading(both),
49 progid("Microsoft.DirectMusicGraph.1"),
50 vi_progid("Microsoft.DirectMusicGraph"),
51 uuid(d2ac2884-b39b-11d1-8704-00600893b1bd)
53 coclass DirectMusicGraph { interface IDirectMusicGraph; }
56 threading(both),
57 progid("Microsoft.DirectMusicTempoTrack.1"),
58 vi_progid("Microsoft.DirectMusicTempoTrack"),
59 uuid(d2ac2885-b39b-11d1-8704-00600893b1bd)
61 coclass DirectMusicTempoTrack { interface IDirectMusicTempoTrack; }
64 threading(both),
65 progid("Microsoft.DirectMusicSeqTrack.1"),
66 vi_progid("Microsoft.DirectMusicSeqTrack"),
67 uuid(d2ac2886-b39b-11d1-8704-00600893b1bd)
69 coclass DirectMusicSeqTrack { interface IDirectMusicSeqTrack; }
72 threading(both),
73 progid("Microsoft.DirectMusicSysExTrack.1"),
74 vi_progid("Microsoft.DirectMusicSysExTrack"),
75 uuid(d2ac2887-b39b-11d1-8704-00600893b1bd)
77 coclass DirectMusicSysExTrack { interface IDirectMusicSysExTrack; }
80 threading(both),
81 progid("Microsoft.DirectMusicTimeSigTrack.1"),
82 vi_progid("Microsoft.DirectMusicTimeSigTrack"),
83 uuid(d2ac2888-b39b-11d1-8704-00600893b1bd)
85 coclass DirectMusicTimeSigTrack { interface IDirectMusicTimeSigTrack; }
88 threading(both),
89 progid("Microsoft.DirectMusicSong.1"),
90 vi_progid("Microsoft.DirectMusicSong"),
91 uuid(aed5f0a5-d972-483d-a384-649dfeb9c181)
93 coclass DirectMusicSong { interface IDirectMusicSong; }
96 threading(both),
97 progid("Microsoft.DirectMusicParamControlTrack.1"),
98 vi_progid("Microsoft.DirectMusicParamControlTrack"),
99 uuid(4be0537b-5c19-11d3-8bdc-00600893b1b6)
101 coclass DirectMusicParamControlTrack { interface IDirectMusicParamControlTrack; }
104 threading(both),
105 progid("Microsoft.DirectMusicMarkerTrack.1"),
106 vi_progid("Microsoft.DirectMusicMarkerTrack"),
107 uuid(55a8fd00-4288-11d3-9bd1-8a0d61c88835)
109 coclass DirectMusicMarkerTrack { interface IDirectMusicMarkerTrack; }
112 threading(both),
113 progid("Microsoft.DirectMusicLyricsTrack.1"),
114 vi_progid("Microsoft.DirectMusicLyricsTrack"),
115 uuid(995c1cf5-54ff-11d3-8bda-00600893b1b6)
117 coclass DirectMusicLyricsTrack { interface IDirectMusicLyricsTrack; }
120 threading(both),
121 progid("Microsoft.DirectMusicSegTriggerTrack.1"),
122 vi_progid("Microsoft.DirectMusicSegTriggerTrack"),
123 uuid(bae4d665-4ea1-11d3-8bda-00600893b1b6)
125 coclass DirectMusicSegTriggerTrack { interface IDirectMusicSegTriggerTrack; }
128 threading(both),
129 progid("Microsoft.DirectMusicAudioPath.1"),
130 vi_progid("Microsoft.DirectMusicAudioPath"),
131 uuid(ee0b9ca0-a81e-11d3-9bd1-0080c7150a74)
133 coclass DirectMusicAudioPath { interface IDirectMusicAudioPath; }
136 threading(both),
137 progid("Microsoft.DirectMusicWaveTrack.1"),
138 vi_progid("Microsoft.DirectMusicWaveTrack"),
139 uuid(eed36461-9ea5-11d3-9bd1-0080c7150a74)
141 coclass DirectMusicWaveTrack { interface IDirectMusicWaveTrack; }