VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmplugin.h@ 16477

Last change on this file since 16477 was 16477, checked in by vboxsync, 16 years ago

LGPL disclaimer by filemuncher

  • Property svn:eol-style set to native
File size: 16.9 KB
Line 
1/*
2 * DirectMusic Performance Layer Plugins API
3 *
4 * Copyright (C) 2003-2004 Rok Mandeljc
5 *
6 * This program 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 program 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 program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21/*
22 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
25 * a choice of LGPL license versions is made available with the language indicating
26 * that LGPLv2 or any later version may be used, or where a choice of which version
27 * of the LGPL is applied is otherwise unspecified.
28 */
29
30#ifndef __WINE_DMUSIC_PLUGIN_H
31#define __WINE_DMUSIC_PLUGIN_H
32
33#ifndef __WINESRC__
34#include <windows.h>
35#endif /* __WINESRC__ */
36
37#define COM_NO_WINDOWS_H
38#include <objbase.h>
39#include <mmsystem.h>
40#include <dmusici.h>
41#include <pshpack8.h>
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47/*****************************************************************************
48 * Registry path
49 */
50#define DMUS_REGSTR_PATH_TOOLS "Software\\Microsoft\\DirectMusic\\Tools"
51
52
53/*****************************************************************************
54 * Predeclare the interfaces
55 */
56/* CLSIDs */
57DEFINE_GUID(CLSID_DirectMusicBandTrack, 0xd2ac2894,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
58DEFINE_GUID(CLSID_DirectMusicChordTrack, 0xd2ac288b,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
59DEFINE_GUID(CLSID_DirectMusicChordMapTrack, 0xd2ac2896,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
60DEFINE_GUID(CLSID_DirectMusicCommandTrack, 0xd2ac288c,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
61DEFINE_GUID(CLSID_DirectMusicLyricsTrack, 0x995c1cf5,0x54ff,0x11d3,0x8b,0xda,0x00,0x60,0x08,0x93,0xb1,0xb6);
62DEFINE_GUID(CLSID_DirectMusicMarkerTrack, 0x55a8fd00,0x4288,0x11d3,0x9b,0xd1,0x8a,0x0d,0x61,0xc8,0x88,0x35);
63DEFINE_GUID(CLSID_DirectMusicMotifTrack, 0xd2ac288e,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
64DEFINE_GUID(CLSID_DirectMusicMuteTrack, 0xd2ac2898,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
65DEFINE_GUID(CLSID_DirectMusicParamControlTrack, 0x4be0537b,0x5c19,0x11d3,0x8b,0xdc,0x00,0x60,0x08,0x93,0xb1,0xb6);
66DEFINE_GUID(CLSID_DirectMusicScriptTrack, 0x4108fa85,0x3586,0x11d3,0x8b,0xd7,0x00,0x60,0x08,0x93,0xb1,0xb6);
67DEFINE_GUID(CLSID_DirectMusicSegmentTriggerTrack, 0xbae4d665,0x4ea1,0x11d3,0x8b,0xda,0x00,0x60,0x08,0x93,0xb1,0xb6);
68DEFINE_GUID(CLSID_DirectMusicSeqTrack, 0xd2ac2886,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
69DEFINE_GUID(CLSID_DirectMusicSignPostTrack, 0xf17e8672,0xc3b4,0x11d1,0x87,0x0b,0x00,0x60,0x08,0x93,0xb1,0xbd);
70DEFINE_GUID(CLSID_DirectMusicStyleTrack, 0xd2ac288d,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
71DEFINE_GUID(CLSID_DirectMusicSysExTrack, 0xd2ac2887,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
72DEFINE_GUID(CLSID_DirectMusicTempoTrack, 0xd2ac2885,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
73DEFINE_GUID(CLSID_DirectMusicTimeSigTrack, 0xd2ac2888,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
74DEFINE_GUID(CLSID_DirectMusicWaveTrack, 0xeed36461,0x9ea5,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
75/* MS doesn't support this in DX 9.0 and newer... but there's no harm in keeping it around */
76DEFINE_GUID(CLSID_DirectMusicMelodyFormulationTrack, 0xb0684266,0xb57f,0x11d2,0x97,0xf9,0x00,0xc0,0x4f,0xa3,0x6e,0x58);
77
78/* IIDs */
79DEFINE_GUID(IID_IDirectMusicTool, 0xd2ac28ba,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
80DEFINE_GUID(IID_IDirectMusicTool8, 0x0e674303,0x3b05,0x11d3,0x9b,0xd1,0xf9,0xe7,0xf0,0xa0,0x15,0x36);
81DEFINE_GUID(IID_IDirectMusicTrack, 0xf96029a1,0x4282,0x11d2,0x87,0x17,0x00,0x60,0x08,0x93,0xb1,0xbd);
82DEFINE_GUID(IID_IDirectMusicTrack8, 0x0e674304,0x3b05,0x11d3,0x9b,0xd1,0xf9,0xe7,0xf0,0xa0,0x15,0x36);
83
84/* typedef definitions */
85typedef struct IDirectMusicTrack *LPDIRECTMUSICTRACK;
86typedef struct IDirectMusicTrack8 *LPDIRECTMUSICTRACK8;
87typedef struct IDirectMusicTool *LPDIRECTMUSICTOOL;
88typedef struct IDirectMusicTool8 *LPDIRECTMUSICTOOL8;
89/* these are from dmusici.h and are needed here */
90typedef struct IDirectMusicPerformance *LPDIRECTMUSICPERFORMANCE;
91typedef struct IDirectMusicPerformance8 *LPDIRECTMUSICPERFORMANCE8;
92typedef struct IDirectMusicSegment *LPDIRECTMUSICSEGMENT;
93typedef struct IDirectMusicSegment8 *LPDIRECTMUSICSEGMENT8;
94typedef struct IDirectMusicSegmentState *LPDIRECTMUSICSEGMENTSTATE;
95typedef struct IDirectMusicSegmentState8 *LPDIRECTMUSICSEGMENTSTATE8;
96typedef struct IDirectMusicGraph *LPDIRECTMUSICGRAPH;
97typedef struct IDirectMusicGraph IDirectMusicGraph8, *LPDIRECTMUSICGRAPH8;
98
99
100/*****************************************************************************
101 * Typedef definitions
102 */
103typedef struct _DMUS_PMSG DMUS_PMSG;
104typedef long MUSIC_TIME;
105
106
107/*****************************************************************************
108 * Flags
109 */
110#define DMUS_TRACK_PARAMF_CLOCK 0x1
111
112/*****************************************************************************
113 * Enumerations
114 */
115/* typedef definitions */
116typedef enum enumDMUS_TRACKF_FLAGS DMUS_TRACKF_FLAGS;
117
118/* actual enumerations */
119enum enumDMUS_TRACKF_FLAGS {
120 DMUS_TRACKF_SEEK = 0x001,
121 DMUS_TRACKF_LOOP = 0x002,
122 DMUS_TRACKF_START = 0x004,
123 DMUS_TRACKF_FLUSH = 0x008,
124 DMUS_TRACKF_DIRTY = 0x010,
125 DMUS_TRACKF_NOTIFY_OFF = 0x020,
126 DMUS_TRACKF_PLAY_OFF = 0x040,
127 DMUS_TRACKF_LOOPEND = 0x080,
128 DMUS_TRACKF_STOP = 0x100,
129 DMUS_TRACKF_RECOMPOSE = 0x200,
130 DMUS_TRACKF_CLOCK = 0x400,
131};
132
133/*****************************************************************************
134 * IDirectMusicTool interface
135 */
136#define INTERFACE IDirectMusicTool
137DECLARE_INTERFACE_(IDirectMusicTool,IUnknown)
138{
139 /*** IUnknown methods ***/
140 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
141 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
142 STDMETHOD_(ULONG,Release)(THIS) PURE;
143 /*** IDirectMusicTool methods ***/
144 STDMETHOD(Init)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
145 STDMETHOD(GetMsgDeliveryType)(THIS_ DWORD *pdwDeliveryType) PURE;
146 STDMETHOD(GetMediaTypeArraySize)(THIS_ DWORD *pdwNumElements) PURE;
147 STDMETHOD(GetMediaTypes)(THIS_ DWORD **padwMediaTypes, DWORD dwNumElements) PURE;
148 STDMETHOD(ProcessPMsg)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG) PURE;
149 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE;
150};
151#undef INTERFACE
152
153#if !defined(__cplusplus) || defined(CINTERFACE)
154/*** IUnknown methods ***/
155#define IDirectMusicTool_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
156#define IDirectMusicTool_AddRef(p) (p)->lpVtbl->AddRef(p)
157#define IDirectMusicTool_Release(p) (p)->lpVtbl->Release(p)
158/*** IDirectMusicTool methods ***/
159#define IDirectMusicTool_Init(p,a) (p)->lpVtbl->Init(p,a)
160#define IDirectMusicTool_GetMsgDeliveryType(p,a) (p)->lpVtbl->GetMsgDeliveryType(p,a)
161#define IDirectMusicTool_GetMediaTypeArraySize(p,a) (p)->lpVtbl->GetMediaTypeArraySize(p,a)
162#define IDirectMusicTool_GetMediaTypes(p,a,b) (p)->lpVtbl->GetMediaTypes(p,a,b)
163#define IDirectMusicTool_ProcessPMsg(p,a,b) (p)->lpVtbl->ProcessPMsg(p,a,b)
164#define IDirectMusicTool_Flush(p,a,b,c) (p)->lpVtbl->Flush(p,a,b,c)
165#endif
166
167
168/*****************************************************************************
169 * IDirectMusicTool8 interface
170 */
171#define INTERFACE IDirectMusicTool8
172DECLARE_INTERFACE_(IDirectMusicTool8,IDirectMusicTool)
173{
174 /*** IUnknown methods ***/
175 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
176 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
177 STDMETHOD_(ULONG,Release)(THIS) PURE;
178 /*** IDirectMusicTool methods ***/
179 STDMETHOD(Init)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
180 STDMETHOD(GetMsgDeliveryType)(THIS_ DWORD *pdwDeliveryType) PURE;
181 STDMETHOD(GetMediaTypeArraySize)(THIS_ DWORD *pdwNumElements) PURE;
182 STDMETHOD(GetMediaTypes)(THIS_ DWORD **padwMediaTypes, DWORD dwNumElements) PURE;
183 STDMETHOD(ProcessPMsg)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG) PURE;
184 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE;
185 /*** IDirectMusicTool8 methods ***/
186 STDMETHOD(Clone)(THIS_ IDirectMusicTool **ppTool) PURE;
187};
188#undef INTERFACE
189
190#if !defined(__cplusplus) || defined(CINTERFACE)
191/*** IUnknown methods ***/
192#define IDirectMusicTool8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
193#define IDirectMusicTool8_AddRef(p) (p)->lpVtbl->AddRef(p)
194#define IDirectMusicTool8_Release(p) (p)->lpVtbl->Release(p)
195/*** IDirectMusicTool methods ***/
196#define IDirectMusicTool8_Init(p,a) (p)->lpVtbl->Init(p,a)
197#define IDirectMusicTool8_GetMsgDeliveryType(p,a) (p)->lpVtbl->GetMsgDeliveryType(p,a)
198#define IDirectMusicTool8_GetMediaTypeArraySize(p,a) (p)->lpVtbl->GetMediaTypeArraySize(p,a)
199#define IDirectMusicTool8_GetMediaTypes(p,a,b) (p)->lpVtbl->GetMediaTypes(p,a,b)
200#define IDirectMusicTool8_ProcessPMsg(p,a,b) (p)->lpVtbl->ProcessPMsg(p,a,b)
201#define IDirectMusicTool8_Flush(p,a,b) (p)->lpVtbl->Flush(p,a,b)
202/*** IDirectMusicTool8 methods ***/
203#define IDirectMusicTool8_Clone(p,a) (p)->lpVtbl->Clone(p,a)
204#endif
205
206
207/*****************************************************************************
208 * IDirectMusicTrack interface
209 */
210#define INTERFACE IDirectMusicTrack
211DECLARE_INTERFACE_(IDirectMusicTrack,IUnknown)
212{
213 /*** IUnknown methods ***/
214 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
215 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
216 STDMETHOD_(ULONG,Release)(THIS) PURE;
217 /*** IDirectMusicTrack methods ***/
218 STDMETHOD(Init)(THIS_ struct IDirectMusicSegment *pSegment) PURE;
219 STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState *pSegmentState, struct IDirectMusicPerformance *pPerformance, void **ppStateData, DWORD dwVirtualTrackID, DWORD dwFlags) PURE;
220 STDMETHOD(EndPlay)(THIS_ void *pStateData) PURE;
221 STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset, DWORD dwFlags, struct IDirectMusicPerformance *pPerf, struct IDirectMusicSegmentState *pSegSt, DWORD dwVirtualID) PURE;
222 STDMETHOD(GetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
223 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
224 STDMETHOD(IsParamSupported)(THIS_ REFGUID rguidType) PURE;
225 STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
226 STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
227 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE;
228};
229#undef INTERFACE
230
231#if !defined(__cplusplus) || defined(CINTERFACE)
232/*** IUnknown methods ***/
233#define IDirectMusicTrack_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
234#define IDirectMusicTrack_AddRef(p) (p)->lpVtbl->AddRef(p)
235#define IDirectMusicTrack_Release(p) (p)->lpVtbl->Release(p)
236/*** IDirectMusicTrack methods ***/
237#define IDirectMusicTrack_Init(p,a) (p)->lpVtbl->Init(p,a)
238#define IDirectMusicTrack_InitPlay(p,a,b,c,d,e) (p)->lpVtbl->InitPlay(p,a,b,c,d,e)
239#define IDirectMusicTrack_EndPlay(p,a) (p)->lpVtbl->EndPlay(p,a)
240#define IDirectMusicTrack_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
241#define IDirectMusicTrack_GetParam(p,a,b,c,d) (p)->lpVtbl->GetParam(p,a,b,c,d)
242#define IDirectMusicTrack_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
243#define IDirectMusicTrack_IsParamSupported(p,a) (p)->lpVtbl->IsParamSupported(p,a)
244#define IDirectMusicTrack_AddNotificationType(p,a) (p)->lpVtbl->AddNotificationType(p,a)
245#define IDirectMusicTrack_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
246#define IDirectMusicTrack_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
247#endif
248
249
250/*****************************************************************************
251 * IDirectMusicTrack8 interface
252 */
253#define INTERFACE IDirectMusicTrack8
254DECLARE_INTERFACE_(IDirectMusicTrack8,IDirectMusicTrack)
255{
256 /*** IUnknown methods ***/
257 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
258 STDMETHOD_(ULONG,AddRef)(THIS) PURE;
259 STDMETHOD_(ULONG,Release)(THIS) PURE;
260 /*** IDirectMusicTrack methods ***/
261 STDMETHOD(Init)(THIS_ struct IDirectMusicSegment *pSegment) PURE;
262 STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState *pSegmentState, struct IDirectMusicPerformance *pPerformance, void **ppStateData, DWORD dwVirtualTrackID, DWORD dwFlags) PURE;
263 STDMETHOD(EndPlay)(THIS_ void *pStateData) PURE;
264 STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset, DWORD dwFlags, struct IDirectMusicPerformance *pPerf, struct IDirectMusicSegmentState *pSegSt, DWORD dwVirtualID) PURE;
265 STDMETHOD(GetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
266 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
267 STDMETHOD(IsParamSupported)(THIS_ REFGUID rguidType) PURE;
268 STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
269 STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
270 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE;
271 /*** IDirectMusicTrack8 methods ***/
272 STDMETHOD(PlayEx)(THIS_ void *pStateData, REFERENCE_TIME rtStart, REFERENCE_TIME rtEnd, REFERENCE_TIME rtOffset, DWORD dwFlags, struct IDirectMusicPerformance *pPerf, struct IDirectMusicSegmentState *pSegSt, DWORD dwVirtualID) PURE;
273 STDMETHOD(GetParamEx)(THIS_ REFGUID rguidType, REFERENCE_TIME rtTime, REFERENCE_TIME *prtNext, void *pParam, void *pStateData, DWORD dwFlags) PURE;
274 STDMETHOD(SetParamEx)(THIS_ REFGUID rguidType, REFERENCE_TIME rtTime, void *pParam, void *pStateData, DWORD dwFlags) PURE;
275 STDMETHOD(Compose)(THIS_ IUnknown *pContext, DWORD dwTrackGroup, IDirectMusicTrack **ppResultTrack) PURE;
276 STDMETHOD(Join)(THIS_ IDirectMusicTrack *pNewTrack, MUSIC_TIME mtJoin, IUnknown *pContext, DWORD dwTrackGroup, IDirectMusicTrack **ppResultTrack) PURE;
277};
278#undef INTERFACE
279
280#if !defined(__cplusplus) || defined(CINTERFACE)
281/*** IUnknown methods ***/
282#define IDirectMusicTrack8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
283#define IDirectMusicTrack8_AddRef(p) (p)->lpVtbl->AddRef(p)
284#define IDirectMusicTrack8_Release(p) (p)->lpVtbl->Release(p)
285/*** IDirectMusicTrack methods ***/
286#define IDirectMusicTrack8_Init(p,a) (p)->lpVtbl->Init(p,a)
287#define IDirectMusicTrack8_InitPlay(p,a,b,c,d,e) (p)->lpVtbl->InitPlay(p,a,b,c,d,e)
288#define IDirectMusicTrack8_EndPlay(p,a) (p)->lpVtbl->EndPlay(p,a)
289#define IDirectMusicTrack8_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
290#define IDirectMusicTrack8_GetParam(p,a,b,c,d) (p)->lpVtbl->GetParam(p,a,b,c,d)
291#define IDirectMusicTrack8_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
292#define IDirectMusicTrack8_IsParamSupported(p,a) (p)->lpVtbl->IsParamSupported(p,a)
293#define IDirectMusicTrack8_AddNotificationType(p,a) (p)->lpVtbl->AddNotificationType(p,a)
294#define IDirectMusicTrack8_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
295#define IDirectMusicTrack8_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
296/*** IDirectMusicTrack8 methods ***/
297#define IDirectMusicTrack8_PlayEx(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->PlayEx(p,a,b,c,d,e,f,g,h)
298#define IDirectMusicTrack8_GetParamEx(p,a,b,c,d,e,f) (p)->lpVtbl->GetParamEx(p,a,b,c,d,e,f)
299#define IDirectMusicTrack8_SetParamEx(p,a,b,c,d,e) (p)->lpVtbl->SetParamEx(p,a,b,c,d,e)
300#define IDirectMusicTrack8_Compose(p,a,b,c) (p)->lpVtbl->Compose(p,a,b,c)
301#define IDirectMusicTrack8_Join(p,a,b,c,d,e) (p)->lpVtbl->Join(p,a,b,c,d,e)
302#endif
303
304#ifdef __cplusplus
305}
306#endif
307
308#include <poppack.h>
309
310#endif /* __WINE_DMUSIC_PLUGIN_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette