1 /* DirectMusic Core API Stuff
3 * Copyright (C) 2003-2004 Rok Mandeljc
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #ifndef __WINE_DMUSIC_CORE_H
21 #define __WINE_DMUSIC_CORE_H
25 #define COM_NO_WINDOWS_H
43 /*****************************************************************************
44 * Predeclare the interfaces
47 DEFINE_GUID(CLSID_DirectMusic
, 0x636b9f10,0x0c7d,0x11d1,0x95,0xb2,0x00,0x20,0xaf,0xdc,0x74,0x21);
48 DEFINE_GUID(CLSID_DirectMusicCollection
, 0x480ff4b0,0x28b2,0x11d1,0xbe,0xf7,0x00,0xc0,0x4f,0xbf,0x8f,0xef);
49 DEFINE_GUID(CLSID_DirectMusicSynth
, 0x58c2b4d0,0x46e7,0x11d1,0x89,0xac,0x00,0xa0,0xc9,0x05,0x41,0x29);
52 DEFINE_GUID(IID_IDirectMusic
, 0x6536115a,0x7b2d,0x11d2,0xba,0x18,0x00,0x00,0xf8,0x75,0xac,0x12);
53 DEFINE_GUID(IID_IDirectMusic2
, 0x6fc2cae1,0xbc78,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
54 DEFINE_GUID(IID_IDirectMusic8
, 0x2d3629f7,0x813d,0x4939,0x85,0x08,0xf0,0x5c,0x6b,0x75,0xfd,0x97);
55 DEFINE_GUID(IID_IDirectMusicBuffer
, 0xd2ac2878,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
56 DEFINE_GUID(IID_IDirectMusicCollection
, 0xd2ac287c,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
57 DEFINE_GUID(IID_IDirectMusicDownload
, 0xd2ac287b,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
58 DEFINE_GUID(IID_IDirectMusicDownloadedInstrument
, 0xd2ac287e,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
59 DEFINE_GUID(IID_IDirectMusicInstrument
, 0xd2ac287d,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
60 DEFINE_GUID(IID_IDirectMusicPort
, 0x08f2d8c9,0x37c2,0x11d2,0xb9,0xf9,0x00,0x00,0xf8,0x75,0xac,0x12);
61 DEFINE_GUID(IID_IDirectMusicPortDownload
, 0xd2ac287a,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
62 DEFINE_GUID(IID_IDirectMusicThru
, 0xced153e7,0x3606,0x11d2,0xb9,0xf9,0x00,0x00,0xf8,0x75,0xac,0x12);
64 #define IID_IDirectMusicCollection8 IID_IDirectMusicCollection
65 #define IID_IDirectMusicDownload8 IID_IDirectMusicDownload
66 #define IID_IDirectMusicDownloadedInstrument8 IID_IDirectMusicDownloadedInstrument
67 #define IID_IDirectMusicInstrument8 IID_IDirectMusicInstrument
68 #define IID_IDirectMusicPort8 IID_IDirectMusicPort
69 #define IID_IDirectMusicPortDownload8 IID_IDirectMusicPortDownload
70 #define IID_IDirectMusicThru8 IID_IDirectMusicThru
72 /* GUIDs - property set */
73 DEFINE_GUID(GUID_DMUS_PROP_GM_Hardware
, 0x178f2f24,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
74 DEFINE_GUID(GUID_DMUS_PROP_GS_Capable
, 0x6496aba2,0x61b0,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
75 DEFINE_GUID(GUID_DMUS_PROP_GS_Hardware
, 0x178f2f25,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
76 DEFINE_GUID(GUID_DMUS_PROP_DLS1
, 0x178f2f27,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
77 DEFINE_GUID(GUID_DMUS_PROP_DLS2
, 0xf14599e5,0x4689,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
78 DEFINE_GUID(GUID_DMUS_PROP_Effects
, 0xcda8d611,0x684a,0x11d2,0x87,0x1e,0x00,0x60,0x08,0x93,0xb1,0xbd);
79 DEFINE_GUID(GUID_DMUS_PROP_INSTRUMENT2
, 0x865fd372,0x9f67,0x11d2,0x87,0x2a,0x00,0x60,0x08,0x93,0xb1,0xbd);
80 DEFINE_GUID(GUID_DMUS_PROP_LegacyCaps
, 0xcfa7cdc2,0x00a1,0x11d2,0xaa,0xd5,0x00,0x00,0xf8,0x75,0xac,0x12);
81 DEFINE_GUID(GUID_DMUS_PROP_MemorySize
, 0x178f2f28,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
82 DEFINE_GUID(GUID_DMUS_PROP_SampleMemorySize
, 0x178f2f28,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
83 DEFINE_GUID(GUID_DMUS_PROP_SamplePlaybackRate
, 0x2a91f713,0xa4bf,0x11d2,0xbb,0xdf,0x00,0x60,0x08,0x33,0xdb,0xd8);
84 DEFINE_GUID(GUID_DMUS_PROP_SynthSink_DSOUND
, 0x0aa97844,0xc877,0x11d1,0x87,0x0c,0x00,0x60,0x08,0x93,0xb1,0xbd);
85 DEFINE_GUID(GUID_DMUS_PROP_SynthSink_WAVE
, 0x0aa97845,0xc877,0x11d1,0x87,0x0c,0x00,0x60,0x08,0x93,0xb1,0xbd);
86 DEFINE_GUID(GUID_DMUS_PROP_Volume
, 0xfedfae25,0xe46e,0x11d1,0xaa,0xce,0x00,0x00,0xf8,0x75,0xac,0x12);
87 DEFINE_GUID(GUID_DMUS_PROP_WavesReverb
, 0x04cb5622,0x32e5,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
88 DEFINE_GUID(GUID_DMUS_PROP_WriteLatency
, 0x268a0fa0,0x60f2,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
89 DEFINE_GUID(GUID_DMUS_PROP_WritePeriod
, 0x268a0fa1,0x60f2,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
90 DEFINE_GUID(GUID_DMUS_PROP_XG_Capable
, 0x6496aba1,0x61b0,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
91 DEFINE_GUID(GUID_DMUS_PROP_XG_Hardware
, 0x178f2f26,0xc364,0x11d1,0xa7,0x60,0x00,0x00,0xf8,0x75,0xac,0x12);
93 /* typedef definitions */
94 typedef struct IDirectMusic
*LPDIRECTMUSIC
;
95 typedef struct IDirectMusic8
*LPDIRECTMUSIC8
;
96 typedef struct IDirectMusicBuffer
*LPDIRECTMUSICBUFFER
;
97 typedef struct IDirectMusicBuffer IDirectMusicBuffer8
, *LPDIRECTMUSICBUFFER8
;
98 typedef struct IDirectMusicInstrument
*LPDIRECTMUSICINSTRUMENT
;
99 typedef struct IDirectMusicInstrument IDirectMusicInstrument8
, *LPDIRECTMUSICINSTRUMENT8
;
100 typedef struct IDirectMusicDownloadedInstrument
*LPDIRECTMUSICDOWNLOADEDINSTRUMENT
;
101 typedef struct IDirectMusicDownloadedInstrument IDirectMusicDownloadedInstrument8
, *LPDIRECTMUSICDOWNLOADEDINSTRUMENT8
;
102 typedef struct IDirectMusicCollection
*LPDIRECTMUSICCOLLECTION
;
103 typedef struct IDirectMusicCollection IDirectMusicCollection8
, *LPDIRECTMUSICCOLLECTION8
;
104 typedef struct IDirectMusicDownload
*LPDIRECTMUSICDOWNLOAD
;
105 typedef struct IDirectMusicDownload IDirectMusicDownload8
, *LPDIRECTMUSICDOWNLOAD8
;
106 typedef struct IDirectMusicPortDownload
*LPDIRECTMUSICPORTDOWNLOAD
;
107 typedef struct IDirectMusicPortDownload IDirectMusicPortDownload8
, *LPDIRECTMUSICPORTDOWNLOAD8
;
108 typedef struct IDirectMusicPort
*LPDIRECTMUSICPORT
;
109 typedef struct IDirectMusicPort IDirectMusicPort8
, *LPDIRECTMUSICPORT8
;
110 typedef struct IDirectMusicThru
*LPDIRECTMUSICTHRU
;
111 typedef struct IDirectMusicThru IDirectMusicThru8
, *LPDIRECTMUSICTHRU8
;
113 /*****************************************************************************
114 * Typedef definitions
116 typedef ULONGLONG SAMPLE_TIME
, *LPSAMPLE_TIME
;
117 typedef ULONGLONG SAMPLE_POSITION
, *LPSAMPLE_POSITION
;
120 /*****************************************************************************
123 #ifndef _DIRECTAUDIO_PRIORITIES_DEFINED_
124 #define _DIRECTAUDIO_PRIORITIES_DEFINED_
126 #define DAUD_CRITICAL_VOICE_PRIORITY 0xF0000000
127 #define DAUD_HIGH_VOICE_PRIORITY 0xC0000000
128 #define DAUD_STANDARD_VOICE_PRIORITY 0x80000000
129 #define DAUD_LOW_VOICE_PRIORITY 0x40000000
130 #define DAUD_PERSIST_VOICE_PRIORITY 0x10000000
132 #define DAUD_CHAN1_VOICE_PRIORITY_OFFSET 0x0000000E
133 #define DAUD_CHAN2_VOICE_PRIORITY_OFFSET 0x0000000D
134 #define DAUD_CHAN3_VOICE_PRIORITY_OFFSET 0x0000000C
135 #define DAUD_CHAN4_VOICE_PRIORITY_OFFSET 0x0000000B
136 #define DAUD_CHAN5_VOICE_PRIORITY_OFFSET 0x0000000A
137 #define DAUD_CHAN6_VOICE_PRIORITY_OFFSET 0x00000009
138 #define DAUD_CHAN7_VOICE_PRIORITY_OFFSET 0x00000008
139 #define DAUD_CHAN8_VOICE_PRIORITY_OFFSET 0x00000007
140 #define DAUD_CHAN9_VOICE_PRIORITY_OFFSET 0x00000006
141 #define DAUD_CHAN10_VOICE_PRIORITY_OFFSET 0x0000000F
142 #define DAUD_CHAN11_VOICE_PRIORITY_OFFSET 0x00000005
143 #define DAUD_CHAN12_VOICE_PRIORITY_OFFSET 0x00000004
144 #define DAUD_CHAN13_VOICE_PRIORITY_OFFSET 0x00000003
145 #define DAUD_CHAN14_VOICE_PRIORITY_OFFSET 0x00000002
146 #define DAUD_CHAN15_VOICE_PRIORITY_OFFSET 0x00000001
147 #define DAUD_CHAN16_VOICE_PRIORITY_OFFSET 0x00000000
149 #define DAUD_CHAN1_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN1_VOICE_PRIORITY_OFFSET)
150 #define DAUD_CHAN2_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN2_VOICE_PRIORITY_OFFSET)
151 #define DAUD_CHAN3_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN3_VOICE_PRIORITY_OFFSET)
152 #define DAUD_CHAN4_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN4_VOICE_PRIORITY_OFFSET)
153 #define DAUD_CHAN5_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN5_VOICE_PRIORITY_OFFSET)
154 #define DAUD_CHAN6_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN6_VOICE_PRIORITY_OFFSET)
155 #define DAUD_CHAN7_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN7_VOICE_PRIORITY_OFFSET)
156 #define DAUD_CHAN8_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN8_VOICE_PRIORITY_OFFSET)
157 #define DAUD_CHAN9_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN9_VOICE_PRIORITY_OFFSET)
158 #define DAUD_CHAN10_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN10_VOICE_PRIORITY_OFFSET)
159 #define DAUD_CHAN11_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN11_VOICE_PRIORITY_OFFSET)
160 #define DAUD_CHAN12_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN12_VOICE_PRIORITY_OFFSET)
161 #define DAUD_CHAN13_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN13_VOICE_PRIORITY_OFFSET)
162 #define DAUD_CHAN14_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN14_VOICE_PRIORITY_OFFSET)
163 #define DAUD_CHAN15_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN15_VOICE_PRIORITY_OFFSET)
164 #define DAUD_CHAN16_DEF_VOICE_PRIORITY (DAUD_STANDARD_VOICE_PRIORITY | DAUD_CHAN16_VOICE_PRIORITY_OFFSET)
165 #endif /* _DIRECTAUDIO_PRIORITIES_DEFINED_ */
167 #define DMUS_CLOCKF_GLOBAL 0x1
169 #define DMUS_EFFECT_NONE 0x0
170 #define DMUS_EFFECT_REVERB 0x1
171 #define DMUS_EFFECT_CHORUS 0x2
172 #define DMUS_EFFECT_DELAY 0x4
174 #define DMUS_MAX_DESCRIPTION 0x80
175 #define DMUS_MAX_DRIVER 0x80
177 #define DMUS_PC_INPUTCLASS 0x0
178 #define DMUS_PC_OUTPUTCLASS 0x1
180 #define DMUS_PC_DLS 0x00000001
181 #define DMUS_PC_EXTERNAL 0x00000002
182 #define DMUS_PC_SOFTWARESYNTH 0x00000004
183 #define DMUS_PC_MEMORYSIZEFIXED 0x00000008
184 #define DMUS_PC_GMINHARDWARE 0x00000010
185 #define DMUS_PC_GSINHARDWARE 0x00000020
186 #define DMUS_PC_XGINHARDWARE 0x00000040
187 #define DMUS_PC_DIRECTSOUND 0x00000080
188 #define DMUS_PC_SHAREABLE 0x00000100
189 #define DMUS_PC_DLS2 0x00000200
190 #define DMUS_PC_AUDIOPATH 0x00000400
191 #define DMUS_PC_WAVE 0x00000800
192 #define DMUS_PC_SYSTEMMEMORY 0x7FFFFFFF
194 #define DMUS_PORT_WINMM_DRIVER 0x0
195 #define DMUS_PORT_USER_MODE_SYNTH 0x1
196 #define DMUS_PORT_KERNEL_MODE 0x2
198 #define DMUS_PORT_FEATURE_AUDIOPATH 0x1
199 #define DMUS_PORT_FEATURE_STREAMING 0x2
201 #define DMUS_PORTPARAMS_VOICES 0x01
202 #define DMUS_PORTPARAMS_CHANNELGROUPS 0x02
203 #define DMUS_PORTPARAMS_AUDIOCHANNELS 0x04
204 #define DMUS_PORTPARAMS_SAMPLERATE 0x08
205 #define DMUS_PORTPARAMS_EFFECTS 0x20
206 #define DMUS_PORTPARAMS_SHARE 0x40
207 #define DMUS_PORTPARAMS_FEATURES 0x80
209 #define DMUS_VOLUME_MAX 2000
210 #define DMUS_VOLUME_MIN -20000
212 #define DMUS_SYNTHSTATS_VOICES 0x01
213 #define DMUS_SYNTHSTATS_TOTAL_CPU 0x02
214 #define DMUS_SYNTHSTATS_CPU_PER_VOICE 0x04
215 #define DMUS_SYNTHSTATS_LOST_NOTES 0x08
216 #define DMUS_SYNTHSTATS_PEAK_VOLUME 0x10
217 #define DMUS_SYNTHSTATS_FREE_MEMORY 0x20
218 #define DMUS_SYNTHSTATS_SYSTEMMEMORY DMUS_PC_SYSTEMMEMORY
220 #define DSBUSID_FIRST_SPKR_LOC 0x00000000
221 #define DSBUSID_FRONT_LEFT 0x00000000
222 #define DSBUSID_LEFT 0x00000000
223 #define DSBUSID_FRONT_RIGHT 0x00000001
224 #define DSBUSID_RIGHT 0x00000001
225 #define DSBUSID_FRONT_CENTER 0x00000002
226 #define DSBUSID_LOW_FREQUENCY 0x00000003
227 #define DSBUSID_BACK_LEFT 0x00000004
228 #define DSBUSID_BACK_RIGHT 0x00000005
229 #define DSBUSID_FRONT_LEFT_OF_CENTER 0x00000006
230 #define DSBUSID_FRONT_RIGHT_OF_CENTER 0x00000007
231 #define DSBUSID_BACK_CENTER 0x00000008
232 #define DSBUSID_SIDE_LEFT 0x00000009
233 #define DSBUSID_SIDE_RIGHT 0x0000000A
234 #define DSBUSID_TOP_CENTER 0x0000000B
235 #define DSBUSID_TOP_FRONT_LEFT 0x0000000C
236 #define DSBUSID_TOP_FRONT_CENTER 0x0000000D
237 #define DSBUSID_TOP_FRONT_RIGHT 0x0000000E
238 #define DSBUSID_TOP_BACK_LEFT 0x0000000F
239 #define DSBUSID_TOP_BACK_CENTER 0x00000010
240 #define DSBUSID_TOP_BACK_RIGHT 0x011
241 #define DSBUSID_LAST_SPKR_LOC 0x00000011
242 #define DSBUSID_IS_SPKR_LOC(id) (((id) >= DSBUSID_FIRST_SPKR_LOC) && ((id) <= DSBUSID_LAST_SPKR_LOC))
244 #define DSBUSID_REVERB_SEND 0x00000040
245 #define DSBUSID_CHORUS_SEND 0x00000041
247 #define DSBUSID_DYNAMIC_0 0x00000200
249 #define DSBUSID_NULL 0xFFFFFFFF
251 /*****************************************************************************
255 DMUS_CLOCK_SYSTEM
= 0x0,
256 DMUS_CLOCK_WAVE
= 0x1
260 /*****************************************************************************
263 /* typedef definitions */
264 typedef struct _DMUS_BUFFERDESC DMUS_BUFFERDESC
, *LPDMUS_BUFFERDESC
;
265 typedef struct _DMUS_PORTCAPS DMUS_PORTCAPS
, *LPDMUS_PORTCAPS
;
266 typedef struct _DMUS_PORTPARAMS DMUS_PORTPARAMS7
, *LPDMUS_PORTPARAMS7
;
267 typedef struct _DMUS_PORTPARAMS8 DMUS_PORTPARAMS8
, *LPDMUS_PORTPARAMS8
;
268 typedef DMUS_PORTPARAMS8 DMUS_PORTPARAMS
, *LPDMUS_PORTPARAMS
;
269 typedef struct _DMUS_SYNTHSTATS DMUS_SYNTHSTATS
, *LPDMUS_SYNTHSTATS
;
270 typedef struct _DMUS_SYNTHSTATS8 DMUS_SYNTHSTATS8
, *LPDMUS_SYNTHSTATS8
;
271 typedef struct _DMUS_WAVES_REVERB_PARAMS DMUS_WAVES_REVERB_PARAMS
, *LPDMUS_WAVES_REVERB_PARAMS
;
272 typedef struct _DMUS_CLOCKINFO7 DMUS_CLOCKINFO7
, *LPDMUS_CLOCKINFO7
;
273 typedef struct _DMUS_CLOCKINFO8 DMUS_CLOCKINFO8
, *LPDMUS_CLOCKINFO8
;
274 typedef DMUS_CLOCKINFO8 DMUS_CLOCKINFO
, *LPDMUS_CLOCKINFO
;
277 /* actual structures */
278 struct _DMUS_BUFFERDESC
{
281 GUID guidBufferFormat
;
285 struct _DMUS_PORTCAPS
{
292 DWORD dwMaxChannelGroups
;
294 DWORD dwMaxAudioChannels
;
296 WCHAR wszDescription
[DMUS_MAX_DESCRIPTION
];
299 struct _DMUS_PORTPARAMS
{
303 DWORD dwChannelGroups
;
304 DWORD dwAudioChannels
;
310 struct _DMUS_PORTPARAMS8
{
314 DWORD dwChannelGroups
;
315 DWORD dwAudioChannels
;
322 struct _DMUS_SYNTHSTATS
{
333 struct _DMUS_SYNTHSTATS8
{
345 struct _DMUS_WAVES_REVERB_PARAMS
{
349 float fHighFreqRTRatio
;
352 struct _DMUS_CLOCKINFO7
{
354 DMUS_CLOCKTYPE ctType
;
356 WCHAR wszDescription
[DMUS_MAX_DESCRIPTION
];
359 struct _DMUS_CLOCKINFO8
{
361 DMUS_CLOCKTYPE ctType
;
363 WCHAR wszDescription
[DMUS_MAX_DESCRIPTION
];
368 /*****************************************************************************
369 * IDirectMusic interface
371 #define INTERFACE IDirectMusic
372 DECLARE_INTERFACE_(IDirectMusic
,IUnknown
)
374 /*** IUnknown methods ***/
375 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
376 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
377 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
378 /*** IDirectMusic methods ***/
379 STDMETHOD(EnumPort
)(THIS_ DWORD dwIndex
, LPDMUS_PORTCAPS pPortCaps
) PURE
;
380 STDMETHOD(CreateMusicBuffer
)(THIS_ LPDMUS_BUFFERDESC pBufferDesc
, LPDIRECTMUSICBUFFER
*ppBuffer
, LPUNKNOWN pUnkOuter
) PURE
;
381 STDMETHOD(CreatePort
)(THIS_ REFCLSID rclsidPort
, LPDMUS_PORTPARAMS pPortParams
, LPDIRECTMUSICPORT
*ppPort
, LPUNKNOWN pUnkOuter
) PURE
;
382 STDMETHOD(EnumMasterClock
)(THIS_ DWORD dwIndex
, LPDMUS_CLOCKINFO lpClockInfo
) PURE
;
383 STDMETHOD(GetMasterClock
)(THIS_ LPGUID pguidClock
, IReferenceClock
**ppReferenceClock
) PURE
;
384 STDMETHOD(SetMasterClock
)(THIS_ REFGUID rguidClock
) PURE
;
385 STDMETHOD(Activate
)(THIS_ BOOL fEnable
) PURE
;
386 STDMETHOD(GetDefaultPort
)(THIS_ LPGUID pguidPort
) PURE
;
387 STDMETHOD(SetDirectSound
)(THIS_ LPDIRECTSOUND pDirectSound
, HWND hWnd
) PURE
;
391 #if !defined(__cplusplus) || defined(CINTERFACE)
392 /*** IUnknown methods ***/
393 #define IDirectMusic_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
394 #define IDirectMusic_AddRef(p) (p)->lpVtbl->AddRef(p)
395 #define IDirectMusic_Release(p) (p)->lpVtbl->Release(p)
396 /*** IDirectMusic methods ***/
397 #define IDirectMusic_EnumPort(p,a,b) (p)->lpVtbl->EnumPort(p,a,b)
398 #define IDirectMusic_CreateMusicBuffer(p,a,b,c) (p)->lpVtbl->CreateMusicBuffer(p,a,b,c)
399 #define IDirectMusic_CreatePort(p,a,b,c,d) (p)->lpVtbl->CreatePort(p,a,b,c,d)
400 #define IDirectMusic_EnumMasterClock(p,a,b) (p)->lpVtbl->EnumMasterClock(p,a,b)
401 #define IDirectMusic_GetMasterClock(p,a,b) (p)->lpVtbl->GetMasterClock(p,a,b)
402 #define IDirectMusic_SetMasterClock(p,a) (p)->lpVtbl->SetMasterClock(p,a)
403 #define IDirectMusic_Activate(p,a) (p)->lpVtbl->Activate(p,a)
404 #define IDirectMusic_GetDefaultPort(p,a) (p)->lpVtbl->GetDefaultPort(p,a)
405 #define IDirectMusic_SetDirectSound(p,a,b) (p)->lpVtbl->SetDirectSound(p,a,b)
409 /*****************************************************************************
410 * IDirectMusic8 interface
412 #define INTERFACE IDirectMusic8
413 DECLARE_INTERFACE_(IDirectMusic8
,IDirectMusic
)
415 /*** IUnknown methods ***/
416 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
417 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
418 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
419 /*** IDirectMusic methods ***/
420 STDMETHOD(EnumPort
)(THIS_ DWORD dwIndex
, LPDMUS_PORTCAPS pPortCaps
) PURE
;
421 STDMETHOD(CreateMusicBuffer
)(THIS_ LPDMUS_BUFFERDESC pBufferDesc
, LPDIRECTMUSICBUFFER
*ppBuffer
, LPUNKNOWN pUnkOuter
) PURE
;
422 STDMETHOD(CreatePort
)(THIS_ REFCLSID rclsidPort
, LPDMUS_PORTPARAMS pPortParams
, LPDIRECTMUSICPORT
*ppPort
, LPUNKNOWN pUnkOuter
) PURE
;
423 STDMETHOD(EnumMasterClock
)(THIS_ DWORD dwIndex
, LPDMUS_CLOCKINFO lpClockInfo
) PURE
;
424 STDMETHOD(GetMasterClock
)(THIS_ LPGUID pguidClock
, IReferenceClock
**ppReferenceClock
) PURE
;
425 STDMETHOD(SetMasterClock
)(THIS_ REFGUID rguidClock
) PURE
;
426 STDMETHOD(Activate
)(THIS_ BOOL fEnable
) PURE
;
427 STDMETHOD(GetDefaultPort
)(THIS_ LPGUID pguidPort
) PURE
;
428 STDMETHOD(SetDirectSound
)(THIS_ LPDIRECTSOUND pDirectSound
, HWND hWnd
) PURE
;
429 /*** IDirectMusic8 methods ***/
430 STDMETHOD(SetExternalMasterClock
)(THIS_ IReferenceClock
*pClock
) PURE
;
434 #if !defined(__cplusplus) || defined(CINTERFACE)
435 /*** IUnknown methods ***/
436 #define IDirectMusic8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
437 #define IDirectMusic8_AddRef(p) (p)->lpVtbl->AddRef(p)
438 #define IDirectMusic8_Release(p) (p)->lpVtbl->Release(p)
439 /*** IDirectMusic methods ***/
440 #define IDirectMusic8_EnumPort(p,a,b) (p)->lpVtbl->EnumPort(p,a,b)
441 #define IDirectMusic8_CreateMusicBuffer(p,a,b,c) (p)->lpVtbl->CreateMusicBuffer(p,a,b,c)
442 #define IDirectMusic8_CreatePort(p,a,b,c,d) (p)->lpVtbl->CreatePort(p,a,b,c,d)
443 #define IDirectMusic8_EnumMasterClock(p,a,b) (p)->lpVtbl->EnumMasterClock(p,a,b)
444 #define IDirectMusic8_GetMasterClock(p,a,b) (p)->lpVtbl->GetMasterClock(p,a,b)
445 #define IDirectMusic8_SetMasterClock(p,a) (p)->lpVtbl->SetMasterClock(p,a)
446 #define IDirectMusic8_Activate(p,a) (p)->lpVtbl->Activate(p,a)
447 #define IDirectMusic8_GetDefaultPort(p,a) (p)->lpVtbl->GetDefaultPort(p,a)
448 #define IDirectMusic8_SetDirectSound(p,a,b) (p)->lpVtbl->SetDirectSound(p,a,b)
449 /*** IDirectMusic8 methods ***/
450 #define IDirectMusic8_SetExternalMasterClock(p,a) (p)->lpVtbl->SetExternalMasterClock(p,a)
454 /*****************************************************************************
455 * IDirectMusicBuffer interface
457 #define INTERFACE IDirectMusicBuffer
458 DECLARE_INTERFACE_(IDirectMusicBuffer
,IUnknown
)
460 /*** IUnknown methods ***/
461 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
462 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
463 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
464 /*** IDirectMusicBuffer methods ***/
465 STDMETHOD(Flush
)(THIS
) PURE
;
466 STDMETHOD(TotalTime
)(THIS_ LPREFERENCE_TIME prtTime
) PURE
;
467 STDMETHOD(PackStructured
)(THIS_ REFERENCE_TIME rt
, DWORD dwChannelGroup
, DWORD dwChannelMessage
) PURE
;
468 STDMETHOD(PackUnstructured
)(THIS_ REFERENCE_TIME rt
, DWORD dwChannelGroup
, DWORD cb
, LPBYTE lpb
) PURE
;
469 STDMETHOD(ResetReadPtr
)(THIS
) PURE
;
470 STDMETHOD(GetNextEvent
)(THIS_ LPREFERENCE_TIME prt
, LPDWORD pdwChannelGroup
, LPDWORD pdwLength
, LPBYTE
*ppData
) PURE
;
471 STDMETHOD(GetRawBufferPtr
)(THIS_ LPBYTE
*ppData
) PURE
;
472 STDMETHOD(GetStartTime
)(THIS_ LPREFERENCE_TIME prt
) PURE
;
473 STDMETHOD(GetUsedBytes
)(THIS_ LPDWORD pcb
) PURE
;
474 STDMETHOD(GetMaxBytes
)(THIS_ LPDWORD pcb
) PURE
;
475 STDMETHOD(GetBufferFormat
)(THIS_ LPGUID pGuidFormat
) PURE
;
476 STDMETHOD(SetStartTime
)(THIS_ REFERENCE_TIME rt
) PURE
;
477 STDMETHOD(SetUsedBytes
)(THIS_ DWORD cb
) PURE
;
481 #if !defined(__cplusplus) || defined(CINTERFACE)
482 /*** IUnknown methods ***/
483 #define IDirectMusicBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
484 #define IDirectMusicBuffer_AddRef(p) (p)->lpVtbl->AddRef(p)
485 #define IDirectMusicBuffer_Release(p) (p)->lpVtbl->Release(p)
486 /*** IDirectMusicBuffer methods ***/
487 #define IDirectMusicBuffer_Flush(p) (p)->lpVtbl->Flush(p)
488 #define IDirectMusicBuffer_TotalTime(p,a) (p)->lpVtbl->TotalTime(p,a)
489 #define IDirectMusicBuffer_PackStructured(p,a,b,c) (p)->lpVtbl->PackStructured(p,a,b,c)
490 #define IDirectMusicBuffer_PackUnstructured(p,a,b,c,d) (p)->lpVtbl->PackUnstructured(p,a,b,c,d)
491 #define IDirectMusicBuffer_ResetReadPtr(p) (p)->lpVtbl->ResetReadPtr(p)
492 #define IDirectMusicBuffer_GetNextEvent(p,a,b,c,d) (p)->lpVtbl->GetNextEvent(p,a,b,c,d)
493 #define IDirectMusicBuffer_GetRawBufferPtr(p,a) (p)->lpVtbl->GetRawBufferPtr(p,a)
494 #define IDirectMusicBuffer_GetStartTime(p,a) (p)->lpVtbl->GetStartTime(p,a)
495 #define IDirectMusicBuffer_GetUsedBytes(p,a) (p)->lpVtbl->GetUsedBytes(p,a)
496 #define IDirectMusicBuffer_GetMaxBytes(p,a) (p)->lpVtbl->GetMaxBytes(p,a)
497 #define IDirectMusicBuffer_GetBufferFormat(p,a) (p)->lpVtbl->GetBufferFormat(p,a)
498 #define IDirectMusicBuffer_SetStartTime(p,a) (p)->lpVtbl->SetStartTime(p,a)
499 #define IDirectMusicBuffer_SetUsedBytes(p,a) (p)->lpVtbl->SetUsedBytes(p,a)
503 /*****************************************************************************
504 * IDirectMusicInstrument interface
506 #define INTERFACE IDirectMusicInstrument
507 DECLARE_INTERFACE_(IDirectMusicInstrument
,IUnknown
)
509 /*** IUnknown methods ***/
510 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
511 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
512 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
513 /*** IDirectMusicInstrument methods ***/
514 STDMETHOD(GetPatch
)(THIS_ DWORD
*pdwPatch
) PURE
;
515 STDMETHOD(SetPatch
)(THIS_ DWORD dwPatch
) PURE
;
519 #if !defined(__cplusplus) || defined(CINTERFACE)
520 /*** IUnknown methods ***/
521 #define IDirectMusicInstrument_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
522 #define IDirectMusicInstrument_AddRef(p) (p)->lpVtbl->AddRef(p)
523 #define IDirectMusicInstrument_Release(p) (p)->lpVtbl->Release(p)
524 /*** IDirectMusicInstrument methods ***/
525 #define IDirectMusicInstrument_GetPatch(p,a) (p)->lpVtbl->GetPatch(p,a)
526 #define IDirectMusicInstrument_SetPatch(p,a) (p)->lpVtbl->SetPatch(p,a)
530 /*****************************************************************************
531 * IDirectMusicDownloadedInstrument interface
533 #define INTERFACE IDirectMusicDownloadedInstrument
534 DECLARE_INTERFACE_(IDirectMusicDownloadedInstrument
,IUnknown
)
536 /*** IUnknown methods ***/
537 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
538 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
539 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
540 /* no IDirectMusicDownloadedInstrument methods at this time */
544 #if !defined(__cplusplus) || defined(CINTERFACE)
545 /*** IUnknown methods ***/
546 #define IDirectMusicDownloadedInstrument_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
547 #define IDirectMusicDownloadedInstrument_AddRef(p) (p)->lpVtbl->AddRef(p)
548 #define IDirectMusicDownloadedInstrument_Release(p) (p)->lpVtbl->Release(p)
549 /*** IDirectMusicDownloadedInstrument methods ***/
550 /* none at this time */
554 /*****************************************************************************
555 * IDirectMusicCollection interface
557 #define INTERFACE IDirectMusicCollection
558 DECLARE_INTERFACE_(IDirectMusicCollection
,IUnknown
)
560 /*** IUnknown methods ***/
561 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
562 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
563 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
564 /*** IDirectMusicCollection methods ***/
565 STDMETHOD(GetInstrument
)(THIS_ DWORD dwPatch
, IDirectMusicInstrument
**ppInstrument
) PURE
;
566 STDMETHOD(EnumInstrument
)(THIS_ DWORD dwIndex
, DWORD
*pdwPatch
, LPWSTR pwszName
, DWORD dwNameLen
) PURE
;
570 #if !defined(__cplusplus) || defined(CINTERFACE)
571 /*** IUnknown methods ***/
572 #define IDirectMusicCollection_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
573 #define IDirectMusicCollection_AddRef(p) (p)->lpVtbl->AddRef(p)
574 #define IDirectMusicCollection_Release(p) (p)->lpVtbl->Release(p)
575 /*** IDirectMusicCollection methods ***/
576 #define IDirectMusicCollection_GetInstrument(p,a,b) (p)->lpVtbl->GetInstrument(p,a,b)
577 #define IDirectMusicCollection_EnumInstrument(p,a,b,c,d) (p)->lpVtbl->EnumInstrument(p,a,b,c,d)
581 /*****************************************************************************
582 * IDirectMusicDownload interface
584 #define INTERFACE IDirectMusicDownload
585 DECLARE_INTERFACE_(IDirectMusicDownload
,IUnknown
)
587 /*** IUnknown methods ***/
588 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
589 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
590 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
591 /*** IDirectMusicDownload methods ***/
592 STDMETHOD(GetBuffer
)(THIS_
void **ppvBuffer
, DWORD
*pdwSize
) PURE
;
596 #if !defined(__cplusplus) || defined(CINTERFACE)
597 /*** IUnknown methods ***/
598 #define IDirectMusicDownload_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
599 #define IDirectMusicDownload_AddRef(p) (p)->lpVtbl->AddRef(p)
600 #define IDirectMusicDownload_Release(p) (p)->lpVtbl->Release(p)
601 /*** IDirectMusicDownload methods ***/
602 #define IDirectMusicDownload_GetBuffer(p,a,b) (p)->lpVtbl->GetBuffer(p,a,b)
606 /*****************************************************************************
607 * IDirectMusicPortDownload interface
609 #define INTERFACE IDirectMusicPortDownload
610 DECLARE_INTERFACE_(IDirectMusicPortDownload
,IUnknown
)
612 /*** IUnknown methods ***/
613 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
614 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
615 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
616 /*** IDirectMusicPortDownload methods ***/
617 STDMETHOD(GetBuffer
)(THIS_ DWORD dwDLId
, IDirectMusicDownload
**ppIDMDownload
) PURE
;
618 STDMETHOD(AllocateBuffer
)(THIS_ DWORD dwSize
, IDirectMusicDownload
**ppIDMDownload
) PURE
;
619 STDMETHOD(GetDLId
)(THIS_ DWORD
*pdwStartDLId
, DWORD dwCount
) PURE
;
620 STDMETHOD(GetAppend
)(THIS_ DWORD
*pdwAppend
) PURE
;
621 STDMETHOD(Download
)(THIS_ IDirectMusicDownload
*pIDMDownload
) PURE
;
622 STDMETHOD(Unload
)(THIS_ IDirectMusicDownload
*pIDMDownload
) PURE
;
626 #if !defined(__cplusplus) || defined(CINTERFACE)
627 /*** IUnknown methods ***/
628 #define IDirectMusicPortDownload_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
629 #define IDirectMusicPortDownload_AddRef(p) (p)->lpVtbl->AddRef(p)
630 #define IDirectMusicPortDownload_Release(p) (p)->lpVtbl->Release(p)
631 /*** IDirectMusicPortDownload methods ***/
632 #define IDirectMusicPortDownload_GetBuffer(p,a,b) (p)->lpVtbl->GetBuffer(p,a,b)
633 #define IDirectMusicPortDownload_AllocateBuffer(p,a,b) (p)->lpVtbl->AllocateBuffer(p,a,b)
634 #define IDirectMusicPortDownload_GetDLId(p,a,b) (p)->lpVtbl->GetDLId(p,a,b)
635 #define IDirectMusicPortDownload_GetAppend(p,a) (p)->lpVtbl->GetAppend(p,a)
636 #define IDirectMusicPortDownload_Download(p,a) (p)->lpVtbl->Download(p,a)
637 #define IDirectMusicPortDownload_Unload(p,a) (p)->lpVtbl->Unload(p,a)
641 /*****************************************************************************
642 * IDirectMusicPort interface
644 #define INTERFACE IDirectMusicPort
645 DECLARE_INTERFACE_(IDirectMusicPort
,IUnknown
)
647 /*** IUnknown methods ***/
648 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
649 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
650 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
651 /*** IDirectMusicPort methods ***/
652 STDMETHOD(PlayBuffer
)(THIS_ LPDIRECTMUSICBUFFER pBuffer
) PURE
;
653 STDMETHOD(SetReadNotificationHandle
)(THIS_ HANDLE hEvent
) PURE
;
654 STDMETHOD(Read
)(THIS_ LPDIRECTMUSICBUFFER pBuffer
) PURE
;
655 STDMETHOD(DownloadInstrument
)(THIS_ IDirectMusicInstrument
*pInstrument
, IDirectMusicDownloadedInstrument
**ppDownloadedInstrument
, DMUS_NOTERANGE
*pNoteRanges
, DWORD dwNumNoteRanges
) PURE
;
656 STDMETHOD(UnloadInstrument
)(THIS_ IDirectMusicDownloadedInstrument
*pDownloadedInstrument
) PURE
;
657 STDMETHOD(GetLatencyClock
)(THIS_ IReferenceClock
**ppClock
) PURE
;
658 STDMETHOD(GetRunningStats
)(THIS_ LPDMUS_SYNTHSTATS pStats
) PURE
;
659 STDMETHOD(Compact
)(THIS
) PURE
;
660 STDMETHOD(GetCaps
)(THIS_ LPDMUS_PORTCAPS pPortCaps
) PURE
;
661 STDMETHOD(DeviceIoControl
)(THIS_ DWORD dwIoControlCode
, LPVOID lpInBuffer
, DWORD nInBufferSize
, LPVOID lpOutBuffer
, DWORD nOutBufferSize
, LPDWORD lpBytesReturned
, LPOVERLAPPED lpOverlapped
) PURE
;
662 STDMETHOD(SetNumChannelGroups
)(THIS_ DWORD dwChannelGroups
) PURE
;
663 STDMETHOD(GetNumChannelGroups
)(THIS_ LPDWORD pdwChannelGroups
) PURE
;
664 STDMETHOD(Activate
)(THIS_ BOOL fActive
) PURE
;
665 STDMETHOD(SetChannelPriority
)(THIS_ DWORD dwChannelGroup
, DWORD dwChannel
, DWORD dwPriority
) PURE
;
666 STDMETHOD(GetChannelPriority
)(THIS_ DWORD dwChannelGroup
, DWORD dwChannel
, LPDWORD pdwPriority
) PURE
;
667 STDMETHOD(SetDirectSound
)(THIS_ LPDIRECTSOUND pDirectSound
, LPDIRECTSOUNDBUFFER pDirectSoundBuffer
) PURE
;
668 STDMETHOD(GetFormat
)(THIS_ LPWAVEFORMATEX pWaveFormatEx
, LPDWORD pdwWaveFormatExSize
, LPDWORD pdwBufferSize
) PURE
;
672 #if !defined(__cplusplus) || defined(CINTERFACE)
673 /*** IUnknown methods ***/
674 #define IDirectMusicPort_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
675 #define IDirectMusicPort_AddRef(p) (p)->lpVtbl->AddRef(p)
676 #define IDirectMusicPort_Release(p) (p)->lpVtbl->Release(p)
677 /*** IDirectMusicPort methods ***/
678 #define IDirectMusicPort_PlayBuffer(p,a) (p)->lpVtbl->PlayBuffer(p,a)
679 #define IDirectMusicPort_SetReadNotificationHandle(p,a) (p)->lpVtbl->SetReadNotificationHandle(p,a)
680 #define IDirectMusicPort_Read(p,a) (p)->lpVtbl->Read(p,a)
681 #define IDirectMusicPort_DownloadInstrument(p,a,b,c,d) (p)->lpVtbl->DownloadInstrument(p,a,b,c,d)
682 #define IDirectMusicPort_UnloadInstrument(p,a) (p)->lpVtbl->UnloadInstrument(p,a)
683 #define IDirectMusicPort_GetLatencyClock(p,a) (p)->lpVtbl->GetLatencyClock(p,a)
684 #define IDirectMusicPort_GetRunningStats(p,a) (p)->lpVtbl->GetRunningStats(p,a)
685 #define IDirectMusicPort_Compact(p) (p)->lpVtbl->Compact(p)
686 #define IDirectMusicPort_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a)
687 #define IDirectMusicPort_DeviceIoControl(p,a,b,c,d,e,f,g) (p)->lpVtbl->DeviceIoControl(p,a,b,c,d,e,f,g)
688 #define IDirectMusicPort_SetNumChannelGroups(p,a) (p)->lpVtbl->SetNumChannelGroups(p,a)
689 #define IDirectMusicPort_GetNumChannelGroups(p,a) (p)->lpVtbl->GetNumChannelGroups(p,a)
690 #define IDirectMusicPort_Activate(p,a) (p)->lpVtbl->Activate(p,a)
691 #define IDirectMusicPort_SetChannelPriority(p,a,b,c) (p)->lpVtbl->SetChannelPriority(p,a,b,c)
692 #define IDirectMusicPort_GetChannelPriority(p,a,b,c) (p)->lpVtbl->GetChannelPriority(p,a,b,c)
693 #define IDirectMusicPort_SetDirectSound(p,a,b) (p)->lpVtbl->SetDirectSound(p,a,b)
694 #define IDirectMusicPort_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c)
698 /*****************************************************************************
699 * IDirectMusicThru interface
701 #define INTERFACE IDirectMusicThru
702 DECLARE_INTERFACE_(IDirectMusicThru
,IUnknown
)
704 /*** IUnknown methods ***/
705 STDMETHOD_(HRESULT
,QueryInterface
)(THIS_ REFIID riid
, void** ppvObject
) PURE
;
706 STDMETHOD_(ULONG
,AddRef
)(THIS
) PURE
;
707 STDMETHOD_(ULONG
,Release
)(THIS
) PURE
;
708 /*** IDirectMusicThru methods ***/
709 STDMETHOD(ThruChannel
)(THIS_ DWORD dwSourceChannelGroup
, DWORD dwSourceChannel
, DWORD dwDestinationChannelGroup
, DWORD dwDestinationChannel
, LPDIRECTMUSICPORT pDestinationPort
) PURE
;
713 #if !defined(__cplusplus) || defined(CINTERFACE)
714 /*** IUnknown methods ***/
715 #define IDirectMusicThru_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
716 #define IDirectMusicThru_AddRef(p) (p)->lpVtbl->AddRef(p)
717 #define IDirectMusicThru_Release(p) (p)->lpVtbl->Release(p)
718 /*** IDirectMusicThru methods ***/
719 #define IDirectMusicThru_ThruChannel(p,a,b,c,d,e) (p)->lpVtbl->ThruChannel(p,a,b,c,d,e)
728 #endif /* __WINE_DMUSIC_CORE_H */