ReactOS 0.4.15-dev-7846-g8ba6c66
dmplugin.h
Go to the documentation of this file.
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#ifndef __WINE_DMUSIC_PLUGIN_H
22#define __WINE_DMUSIC_PLUGIN_H
23
24#ifndef __WINESRC__
25#include <windows.h>
26#endif /* __WINESRC__ */
27
28#define COM_NO_WINDOWS_H
29#include <objbase.h>
30#include <mmsystem.h>
31#include <dmusici.h>
32#include <pshpack8.h>
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38/*****************************************************************************
39 * Registry path
40 */
41#define DMUS_REGSTR_PATH_TOOLS "Software\\Microsoft\\DirectMusic\\Tools"
42
43
44/*****************************************************************************
45 * Predeclare the interfaces
46 */
47/* CLSIDs */
48DEFINE_GUID(CLSID_DirectMusicBandTrack, 0xd2ac2894,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
49DEFINE_GUID(CLSID_DirectMusicChordTrack, 0xd2ac288b,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
50DEFINE_GUID(CLSID_DirectMusicChordMapTrack, 0xd2ac2896,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
51DEFINE_GUID(CLSID_DirectMusicCommandTrack, 0xd2ac288c,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
52DEFINE_GUID(CLSID_DirectMusicLyricsTrack, 0x995c1cf5,0x54ff,0x11d3,0x8b,0xda,0x00,0x60,0x08,0x93,0xb1,0xb6);
53DEFINE_GUID(CLSID_DirectMusicMarkerTrack, 0x55a8fd00,0x4288,0x11d3,0x9b,0xd1,0x8a,0x0d,0x61,0xc8,0x88,0x35);
54DEFINE_GUID(CLSID_DirectMusicMotifTrack, 0xd2ac288e,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
55DEFINE_GUID(CLSID_DirectMusicMuteTrack, 0xd2ac2898,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
56DEFINE_GUID(CLSID_DirectMusicParamControlTrack, 0x4be0537b,0x5c19,0x11d3,0x8b,0xdc,0x00,0x60,0x08,0x93,0xb1,0xb6);
57DEFINE_GUID(CLSID_DirectMusicScriptTrack, 0x4108fa85,0x3586,0x11d3,0x8b,0xd7,0x00,0x60,0x08,0x93,0xb1,0xb6);
58DEFINE_GUID(CLSID_DirectMusicSegmentTriggerTrack, 0xbae4d665,0x4ea1,0x11d3,0x8b,0xda,0x00,0x60,0x08,0x93,0xb1,0xb6);
59DEFINE_GUID(CLSID_DirectMusicSeqTrack, 0xd2ac2886,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
60DEFINE_GUID(CLSID_DirectMusicSignPostTrack, 0xf17e8672,0xc3b4,0x11d1,0x87,0x0b,0x00,0x60,0x08,0x93,0xb1,0xbd);
61DEFINE_GUID(CLSID_DirectMusicStyleTrack, 0xd2ac288d,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
62DEFINE_GUID(CLSID_DirectMusicSysExTrack, 0xd2ac2887,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
63DEFINE_GUID(CLSID_DirectMusicTempoTrack, 0xd2ac2885,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
64DEFINE_GUID(CLSID_DirectMusicTimeSigTrack, 0xd2ac2888,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
65DEFINE_GUID(CLSID_DirectMusicWaveTrack, 0xeed36461,0x9ea5,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
66/* MS doesn't support this in DX 9.0 and newer... but there's no harm in keeping it around */
67DEFINE_GUID(CLSID_DirectMusicMelodyFormulationTrack, 0xb0684266,0xb57f,0x11d2,0x97,0xf9,0x00,0xc0,0x4f,0xa3,0x6e,0x58);
68
69/* IIDs */
70DEFINE_GUID(IID_IDirectMusicTool, 0xd2ac28ba,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
71DEFINE_GUID(IID_IDirectMusicTool8, 0x0e674303,0x3b05,0x11d3,0x9b,0xd1,0xf9,0xe7,0xf0,0xa0,0x15,0x36);
72DEFINE_GUID(IID_IDirectMusicTrack, 0xf96029a1,0x4282,0x11d2,0x87,0x17,0x00,0x60,0x08,0x93,0xb1,0xbd);
73DEFINE_GUID(IID_IDirectMusicTrack8, 0x0e674304,0x3b05,0x11d3,0x9b,0xd1,0xf9,0xe7,0xf0,0xa0,0x15,0x36);
74
75/* typedef definitions */
76typedef struct IDirectMusicTrack *LPDIRECTMUSICTRACK;
77typedef struct IDirectMusicTrack8 *LPDIRECTMUSICTRACK8;
78typedef struct IDirectMusicTool *LPDIRECTMUSICTOOL;
79typedef struct IDirectMusicTool8 *LPDIRECTMUSICTOOL8;
80/* these are from dmusici.h and are needed here */
81typedef struct IDirectMusicPerformance *LPDIRECTMUSICPERFORMANCE;
82typedef struct IDirectMusicPerformance8 *LPDIRECTMUSICPERFORMANCE8;
83typedef struct IDirectMusicSegment *LPDIRECTMUSICSEGMENT;
84typedef struct IDirectMusicSegment8 *LPDIRECTMUSICSEGMENT8;
85typedef struct IDirectMusicSegmentState *LPDIRECTMUSICSEGMENTSTATE;
86typedef struct IDirectMusicSegmentState8 *LPDIRECTMUSICSEGMENTSTATE8;
87typedef struct IDirectMusicGraph *LPDIRECTMUSICGRAPH;
88typedef struct IDirectMusicGraph IDirectMusicGraph8, *LPDIRECTMUSICGRAPH8;
89
90
91/*****************************************************************************
92 * Typedef definitions
93 */
94typedef struct _DMUS_PMSG DMUS_PMSG;
96
97
98/*****************************************************************************
99 * Flags
100 */
101#define DMUS_TRACK_PARAMF_CLOCK 0x1
102
103/*****************************************************************************
104 * Enumerations
105 */
106/* typedef definitions */
108
109/* actual enumerations */
122};
123
124/*****************************************************************************
125 * IDirectMusicTool interface
126 */
127#define INTERFACE IDirectMusicTool
129{
130 /*** IUnknown methods ***/
134 /*** IDirectMusicTool methods ***/
135 STDMETHOD(Init)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
136 STDMETHOD(GetMsgDeliveryType)(THIS_ DWORD *pdwDeliveryType) PURE;
137 STDMETHOD(GetMediaTypeArraySize)(THIS_ DWORD *pdwNumElements) PURE;
138 STDMETHOD(GetMediaTypes)(THIS_ DWORD **padwMediaTypes, DWORD dwNumElements) PURE;
139 STDMETHOD(ProcessPMsg)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG) PURE;
140 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE;
141};
142#undef INTERFACE
143
144#if !defined(__cplusplus) || defined(CINTERFACE)
145/*** IUnknown methods ***/
146#define IDirectMusicTool_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
147#define IDirectMusicTool_AddRef(p) (p)->lpVtbl->AddRef(p)
148#define IDirectMusicTool_Release(p) (p)->lpVtbl->Release(p)
149/*** IDirectMusicTool methods ***/
150#define IDirectMusicTool_Init(p,a) (p)->lpVtbl->Init(p,a)
151#define IDirectMusicTool_GetMsgDeliveryType(p,a) (p)->lpVtbl->GetMsgDeliveryType(p,a)
152#define IDirectMusicTool_GetMediaTypeArraySize(p,a) (p)->lpVtbl->GetMediaTypeArraySize(p,a)
153#define IDirectMusicTool_GetMediaTypes(p,a,b) (p)->lpVtbl->GetMediaTypes(p,a,b)
154#define IDirectMusicTool_ProcessPMsg(p,a,b) (p)->lpVtbl->ProcessPMsg(p,a,b)
155#define IDirectMusicTool_Flush(p,a,b,c) (p)->lpVtbl->Flush(p,a,b,c)
156#endif
157
158
159/*****************************************************************************
160 * IDirectMusicTool8 interface
161 */
162#define INTERFACE IDirectMusicTool8
163DECLARE_INTERFACE_(IDirectMusicTool8,IDirectMusicTool)
164{
165 /*** IUnknown methods ***/
169 /*** IDirectMusicTool methods ***/
170 STDMETHOD(Init)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
171 STDMETHOD(GetMsgDeliveryType)(THIS_ DWORD *pdwDeliveryType) PURE;
172 STDMETHOD(GetMediaTypeArraySize)(THIS_ DWORD *pdwNumElements) PURE;
173 STDMETHOD(GetMediaTypes)(THIS_ DWORD **padwMediaTypes, DWORD dwNumElements) PURE;
174 STDMETHOD(ProcessPMsg)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG) PURE;
175 STDMETHOD(Flush)(THIS_ struct IDirectMusicPerformance *pPerf, DMUS_PMSG *pPMSG, REFERENCE_TIME rtTime) PURE;
176 /*** IDirectMusicTool8 methods ***/
177 STDMETHOD(Clone)(THIS_ IDirectMusicTool **ppTool) PURE;
178};
179#undef INTERFACE
180
181#if !defined(__cplusplus) || defined(CINTERFACE)
182/*** IUnknown methods ***/
183#define IDirectMusicTool8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
184#define IDirectMusicTool8_AddRef(p) (p)->lpVtbl->AddRef(p)
185#define IDirectMusicTool8_Release(p) (p)->lpVtbl->Release(p)
186/*** IDirectMusicTool methods ***/
187#define IDirectMusicTool8_Init(p,a) (p)->lpVtbl->Init(p,a)
188#define IDirectMusicTool8_GetMsgDeliveryType(p,a) (p)->lpVtbl->GetMsgDeliveryType(p,a)
189#define IDirectMusicTool8_GetMediaTypeArraySize(p,a) (p)->lpVtbl->GetMediaTypeArraySize(p,a)
190#define IDirectMusicTool8_GetMediaTypes(p,a,b) (p)->lpVtbl->GetMediaTypes(p,a,b)
191#define IDirectMusicTool8_ProcessPMsg(p,a,b) (p)->lpVtbl->ProcessPMsg(p,a,b)
192#define IDirectMusicTool8_Flush(p,a,b) (p)->lpVtbl->Flush(p,a,b)
193/*** IDirectMusicTool8 methods ***/
194#define IDirectMusicTool8_Clone(p,a) (p)->lpVtbl->Clone(p,a)
195#endif
196
197
198/*****************************************************************************
199 * IDirectMusicTrack interface
200 */
201#define INTERFACE IDirectMusicTrack
202DECLARE_INTERFACE_(IDirectMusicTrack,IUnknown)
203{
204 /*** IUnknown methods ***/
208 /*** IDirectMusicTrack methods ***/
209 STDMETHOD(Init)(THIS_ struct IDirectMusicSegment *pSegment) PURE;
210 STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState *pSegmentState, struct IDirectMusicPerformance *pPerformance, void **ppStateData, DWORD dwVirtualTrackID, DWORD dwFlags) PURE;
211 STDMETHOD(EndPlay)(THIS_ void *pStateData) PURE;
212 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;
213 STDMETHOD(GetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
214 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
215 STDMETHOD(IsParamSupported)(THIS_ REFGUID rguidType) PURE;
216 STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
217 STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
218 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE;
219};
220#undef INTERFACE
221
222#if !defined(__cplusplus) || defined(CINTERFACE)
223/*** IUnknown methods ***/
224#define IDirectMusicTrack_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
225#define IDirectMusicTrack_AddRef(p) (p)->lpVtbl->AddRef(p)
226#define IDirectMusicTrack_Release(p) (p)->lpVtbl->Release(p)
227/*** IDirectMusicTrack methods ***/
228#define IDirectMusicTrack_Init(p,a) (p)->lpVtbl->Init(p,a)
229#define IDirectMusicTrack_InitPlay(p,a,b,c,d,e) (p)->lpVtbl->InitPlay(p,a,b,c,d,e)
230#define IDirectMusicTrack_EndPlay(p,a) (p)->lpVtbl->EndPlay(p,a)
231#define IDirectMusicTrack_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
232#define IDirectMusicTrack_GetParam(p,a,b,c,d) (p)->lpVtbl->GetParam(p,a,b,c,d)
233#define IDirectMusicTrack_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
234#define IDirectMusicTrack_IsParamSupported(p,a) (p)->lpVtbl->IsParamSupported(p,a)
235#define IDirectMusicTrack_AddNotificationType(p,a) (p)->lpVtbl->AddNotificationType(p,a)
236#define IDirectMusicTrack_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
237#define IDirectMusicTrack_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
238#endif
239
240
241/*****************************************************************************
242 * IDirectMusicTrack8 interface
243 */
244#define INTERFACE IDirectMusicTrack8
245DECLARE_INTERFACE_(IDirectMusicTrack8,IDirectMusicTrack)
246{
247 /*** IUnknown methods ***/
251 /*** IDirectMusicTrack methods ***/
252 STDMETHOD(Init)(THIS_ struct IDirectMusicSegment *pSegment) PURE;
253 STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState *pSegmentState, struct IDirectMusicPerformance *pPerformance, void **ppStateData, DWORD dwVirtualTrackID, DWORD dwFlags) PURE;
254 STDMETHOD(EndPlay)(THIS_ void *pStateData) PURE;
255 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;
256 STDMETHOD(GetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
257 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
258 STDMETHOD(IsParamSupported)(THIS_ REFGUID rguidType) PURE;
259 STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
260 STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
261 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE;
262 /*** IDirectMusicTrack8 methods ***/
263 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;
264 STDMETHOD(GetParamEx)(THIS_ REFGUID rguidType, REFERENCE_TIME rtTime, REFERENCE_TIME *prtNext, void *pParam, void *pStateData, DWORD dwFlags) PURE;
265 STDMETHOD(SetParamEx)(THIS_ REFGUID rguidType, REFERENCE_TIME rtTime, void *pParam, void *pStateData, DWORD dwFlags) PURE;
266 STDMETHOD(Compose)(THIS_ IUnknown *pContext, DWORD dwTrackGroup, IDirectMusicTrack **ppResultTrack) PURE;
267 STDMETHOD(Join)(THIS_ IDirectMusicTrack *pNewTrack, MUSIC_TIME mtJoin, IUnknown *pContext, DWORD dwTrackGroup, IDirectMusicTrack **ppResultTrack) PURE;
268};
269#undef INTERFACE
270
271#if !defined(__cplusplus) || defined(CINTERFACE)
272/*** IUnknown methods ***/
273#define IDirectMusicTrack8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
274#define IDirectMusicTrack8_AddRef(p) (p)->lpVtbl->AddRef(p)
275#define IDirectMusicTrack8_Release(p) (p)->lpVtbl->Release(p)
276/*** IDirectMusicTrack methods ***/
277#define IDirectMusicTrack8_Init(p,a) (p)->lpVtbl->Init(p,a)
278#define IDirectMusicTrack8_InitPlay(p,a,b,c,d,e) (p)->lpVtbl->InitPlay(p,a,b,c,d,e)
279#define IDirectMusicTrack8_EndPlay(p,a) (p)->lpVtbl->EndPlay(p,a)
280#define IDirectMusicTrack8_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
281#define IDirectMusicTrack8_GetParam(p,a,b,c,d) (p)->lpVtbl->GetParam(p,a,b,c,d)
282#define IDirectMusicTrack8_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
283#define IDirectMusicTrack8_IsParamSupported(p,a) (p)->lpVtbl->IsParamSupported(p,a)
284#define IDirectMusicTrack8_AddNotificationType(p,a) (p)->lpVtbl->AddNotificationType(p,a)
285#define IDirectMusicTrack8_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
286#define IDirectMusicTrack8_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
287/*** IDirectMusicTrack8 methods ***/
288#define IDirectMusicTrack8_PlayEx(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->PlayEx(p,a,b,c,d,e,f,g,h)
289#define IDirectMusicTrack8_GetParamEx(p,a,b,c,d,e,f) (p)->lpVtbl->GetParamEx(p,a,b,c,d,e,f)
290#define IDirectMusicTrack8_SetParamEx(p,a,b,c,d,e) (p)->lpVtbl->SetParamEx(p,a,b,c,d,e)
291#define IDirectMusicTrack8_Compose(p,a,b,c) (p)->lpVtbl->Compose(p,a,b,c)
292#define IDirectMusicTrack8_Join(p,a,b,c,d,e) (p)->lpVtbl->Join(p,a,b,c,d,e)
293#endif
294
295#ifdef __cplusplus
296}
297#endif
298
299#include <poppack.h>
300
301#endif /* __WINE_DMUSIC_PLUGIN_H */
#define DECLARE_INTERFACE_(i, b)
Definition: basetyps.h:78
#define PURE
Definition: basetyps.h:64
#define THIS_
Definition: basetyps.h:65
#define THIS
Definition: basetyps.h:66
#define STDMETHOD_(t, m)
Definition: basetyps.h:63
#define STDMETHOD(m)
Definition: basetyps.h:62
_In_ BOOLEAN Release
Definition: cdrom.h:920
struct IDirectMusicSegmentState * LPDIRECTMUSICSEGMENTSTATE
Definition: dmplugin.h:85
struct IDirectMusicTrack * LPDIRECTMUSICTRACK
Definition: dmplugin.h:76
struct IDirectMusicPerformance * LPDIRECTMUSICPERFORMANCE
Definition: dmplugin.h:81
struct IDirectMusicSegmentState8 * LPDIRECTMUSICSEGMENTSTATE8
Definition: dmplugin.h:86
struct IDirectMusicTool8 * LPDIRECTMUSICTOOL8
Definition: dmplugin.h:79
struct IDirectMusicGraph * LPDIRECTMUSICGRAPH
Definition: dmplugin.h:87
struct IDirectMusicSegment * LPDIRECTMUSICSEGMENT
Definition: dmplugin.h:83
LONG MUSIC_TIME
Definition: dmplugin.h:95
struct IDirectMusicTool * LPDIRECTMUSICTOOL
Definition: dmplugin.h:78
struct IDirectMusicTrack8 * LPDIRECTMUSICTRACK8
Definition: dmplugin.h:77
struct IDirectMusicSegment8 * LPDIRECTMUSICSEGMENT8
Definition: dmplugin.h:84
enum enumDMUS_TRACKF_FLAGS DMUS_TRACKF_FLAGS
Definition: dmplugin.h:107
enumDMUS_TRACKF_FLAGS
Definition: dmplugin.h:110
@ DMUS_TRACKF_SEEK
Definition: dmplugin.h:111
@ DMUS_TRACKF_NOTIFY_OFF
Definition: dmplugin.h:116
@ DMUS_TRACKF_CLOCK
Definition: dmplugin.h:121
@ DMUS_TRACKF_PLAY_OFF
Definition: dmplugin.h:117
@ DMUS_TRACKF_START
Definition: dmplugin.h:113
@ DMUS_TRACKF_FLUSH
Definition: dmplugin.h:114
@ DMUS_TRACKF_DIRTY
Definition: dmplugin.h:115
@ DMUS_TRACKF_RECOMPOSE
Definition: dmplugin.h:120
@ DMUS_TRACKF_LOOPEND
Definition: dmplugin.h:118
@ DMUS_TRACKF_LOOP
Definition: dmplugin.h:112
@ DMUS_TRACKF_STOP
Definition: dmplugin.h:119
struct IDirectMusicGraph IDirectMusicGraph8
Definition: dmplugin.h:88
struct IDirectMusicGraph * LPDIRECTMUSICGRAPH8
Definition: dmplugin.h:88
struct IDirectMusicPerformance8 * LPDIRECTMUSICPERFORMANCE8
Definition: dmplugin.h:82
LONGLONG REFERENCE_TIME
Definition: dmusicks.h:9
@ Flush
Definition: fatprocs.h:1054
unsigned long DWORD
Definition: ntddk_ex.h:95
REFIID riid
Definition: atlbase.h:39
static HRESULT QueryInterface(REFIID, void **)
Definition: events.c:2587
static ULONG WINAPI AddRef(IStream *iface)
Definition: clist.c:90
long LONG
Definition: pedump.c:60
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition: guiddef.h:68
#define REFIID
Definition: guiddef.h:118
Definition: scsiwmi.h:51
uint32_t ULONG
Definition: typedefs.h:59
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
_In_ void _In_ PCCERT_CONTEXT _In_opt_ LPFILETIME _In_ DWORD _In_ DWORD _Outptr_opt_ void ** ppvObject
Definition: wincrypt.h:6082