1#undef INTERFACE
2/*
3 *  DirectMusic Performance API
4 *
5 *  Copyright (C) 2003-2004 Rok Mandeljc
6 *
7 *  This program is free software; you can redistribute it and/or
8 *  modify it under the terms of the GNU Lesser General Public
9 *  License as published by the Free Software Foundation; either
10 *  version 2.1 of the License, or (at your option) any later version.
11 *
12 *  This program is distributed in the hope that it will be useful,
13 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 *  Lesser General Public License for more details.
16 *
17 *  You should have received a copy of the GNU Lesser General Public
18 *  License along with this program; if not, write to the Free Software
19 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22#ifndef __WINE_DMUSIC_PERFORMANCE_H
23#define __WINE_DMUSIC_PERFORMANCE_H
24
25#include <windows.h>
26
27#define COM_NO_WINDOWS_H
28#include <objbase.h>
29#include <mmsystem.h>
30#include <dmusicc.h>
31#include <dmplugin.h>
32#include <pshpack8.h>
33
34#ifdef WINE_NO_UNICODE_MACROS
35#undef AddPort
36#endif
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42/*****************************************************************************
43 * Predeclare the interfaces
44 */
45/* CLSIDs */
46DEFINE_GUID(CLSID_DirectMusicAudioPathConfig,              0xee0b9ca0,0xa81e,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
47DEFINE_GUID(CLSID_DirectMusicBand,                         0x79ba9e00,0xb6ee,0x11d1,0x86,0xbe,0x00,0xc0,0x4f,0xbf,0x8f,0xef);
48DEFINE_GUID(CLSID_DirectMusicChordMap,                     0xd2ac288f,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
49DEFINE_GUID(CLSID_DirectMusicComposer,                     0xd2ac2890,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
50DEFINE_GUID(CLSID_DirectMusicContainer,                    0x9301e380,0x1f22,0x11d3,0x82,0x26,0xd2,0xfa,0x76,0x25,0x5d,0x47);
51DEFINE_GUID(CLSID_DirectMusicGraph,                        0xd2ac2884,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
52DEFINE_GUID(CLSID_DirectMusicLoader,                       0xd2ac2892,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
53DEFINE_GUID(CLSID_DirectMusicPatternTrack,                 0xd2ac2897,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
54DEFINE_GUID(CLSID_DirectMusicPerformance,                  0xd2ac2881,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
55DEFINE_GUID(CLSID_DirectMusicScript,                       0x810b5013,0xe88d,0x11d2,0x8b,0xc1,0x00,0x60,0x08,0x93,0xb1,0xb6);
56DEFINE_GUID(CLSID_DirectMusicSegment,                      0xd2ac2882,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
57DEFINE_GUID(CLSID_DirectMusicSegmentState,                 0xd2ac2883,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
58DEFINE_GUID(CLSID_DirectMusicStyle,                        0xd2ac288a,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
59DEFINE_GUID(CLSID_DirectSoundWave,                         0x8a667154,0xf9cb,0x11d2,0xad,0x8a,0x00,0x60,0xb0,0x57,0x5a,0xbc);
60/* MS doesn't support this in DX 9.0 and newer... but there's no harm in keeping it around */
61DEFINE_GUID(CLSID_DirectMusicSong,                         0xaed5f0a5,0xd972,0x483d,0xa3,0x84,0x64,0x9d,0xfe,0xb9,0xc1,0x81);
62/* these CLSIDs aren't officially declared in any dmusic header, but are used by wine's regsvr implementations*/
63DEFINE_GUID(CLSID_DirectMusicSynthSink,                    0xaec17ce3,0xa514,0x11d1,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
64DEFINE_GUID(CLSID_DirectMusicSection,                      0x3f037241,0x414e,0x11d1,0xa7,0xce,0x00,0xa0,0xc9,0x13,0xf7,0x3c);
65DEFINE_GUID(CLSID_DirectMusicAuditionTrack,                0xd2ac2897,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
66DEFINE_GUID(CLSID_DirectMusicSegTriggerTrack,              0xbae4d665,0x4ea1,0x11d3,0x8b,0xda,0x00,0x60,0x08,0x93,0xb1,0xb6);
67DEFINE_GUID(CLSID_DirectMusicAudioPath,                    0xee0b9ca0,0xa81e,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
68DEFINE_GUID(CLSID_DirectMusicTemplate,                     0xd30bcc65,0x60e8,0x11d1,0xa7,0xce,0x00,0xa0,0xc9,0x13,0xf7,0x3c);
69DEFINE_GUID(CLSID_DirectMusicScriptAutoImpSegment,         0x4062c116,0x0270,0x11d3,0x8b,0xcb,0x00,0x60,0x08,0x93,0xb1,0xb6);
70DEFINE_GUID(CLSID_AudioVBScript,                           0x4ee17959,0x931e,0x49e4,0xa2,0xc6,0x97,0x7e,0xcf,0x36,0x28,0xf3);
71DEFINE_GUID(CLSID_DirectMusicScriptAutoImpPerformance,     0xa861c6e2,0xfcfc,0x11d2,0x8b,0xc9,0x00,0x60,0x08,0x93,0xb1,0xb6);
72DEFINE_GUID(CLSID_DirectMusicScriptSourceCodeLoader,       0xc70eb77f,0xefd4,0x4678,0xa2,0x7b,0xbf,0x16,0x48,0xf3,0x0d,0x04);
73DEFINE_GUID(CLSID_DirectMusicScriptAutoImpSegmentState,    0xebf2320a,0x2502,0x11d3,0x8b,0xd1,0x00,0x60,0x08,0x93,0xb1,0xb6);
74DEFINE_GUID(CLSID_DirectMusicScriptAutoImpAudioPathConfig, 0x1cebde3e,0x6b91,0x484a,0xaf,0x48,0x5e,0x4f,0x4e,0xd6,0xb1,0xe1);
75DEFINE_GUID(CLSID_DirectMusicScriptAutoImpAudioPath,       0x2c5f9b72,0x7148,0x4d97,0xbf,0xc9,0x68,0xa0,0xe0,0x76,0xbe,0xbd);
76DEFINE_GUID(CLSID_DirectMusicScriptAutoImpSong,            0xa16f1761,0xb6d8,0x42eb,0x8d,0x57,0x4a,0x44,0xfe,0xdd,0x3b,0xd2);
77
78/* IIDs */
79DEFINE_GUID(IID_IDirectMusicAudioPath,                     0xc87631f5,0x23be,0x4986,0x88,0x36,0x05,0x83,0x2f,0xcc,0x48,0xf9);
80DEFINE_GUID(IID_IDirectMusicBand,                          0xd2ac28c0,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
81DEFINE_GUID(IID_IDirectMusicChordMap,                      0xd2ac28be,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
82DEFINE_GUID(IID_IDirectMusicComposer,                      0xd2ac28bf,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
83DEFINE_GUID(IID_IDirectMusicContainer,                     0x9301e386,0x1f22,0x11d3,0x82,0x26,0xd2,0xfa,0x76,0x25,0x5d,0x47);
84DEFINE_GUID(IID_IDirectMusicGetLoader,                     0x68a04844,0xd13d,0x11d1,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
85DEFINE_GUID(IID_IDirectMusicGraph,                         0x2befc277,0x5497,0x11d2,0xbc,0xcb,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
86DEFINE_GUID(IID_IDirectMusicLoader,                        0x2ffaaca2,0x5dca,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
87DEFINE_GUID(IID_IDirectMusicLoader8,                       0x19e7c08c,0x0a44,0x4e6a,0xa1,0x16,0x59,0x5a,0x7c,0xd5,0xde,0x8c);
88DEFINE_GUID(IID_IDirectMusicObject,                        0xd2ac28b5,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
89DEFINE_GUID(IID_IDirectMusicPatternTrack,                  0x51c22e10,0xb49f,0x46fc,0xbe,0xc2,0xe6,0x28,0x8f,0xb9,0xed,0xe6);
90DEFINE_GUID(IID_IDirectMusicPerformance,                   0x07d43d03,0x6523,0x11d2,0x87,0x1d,0x00,0x60,0x08,0x93,0xb1,0xbd);
91DEFINE_GUID(IID_IDirectMusicPerformance2,                  0x6fc2cae0,0xbc78,0x11d2,0xaf,0xa6,0x00,0xaa,0x00,0x24,0xd8,0xb6);
92DEFINE_GUID(IID_IDirectMusicPerformance8,                  0x679c4137,0xc62e,0x4147,0xb2,0xb4,0x9d,0x56,0x9a,0xcb,0x25,0x4c);
93DEFINE_GUID(IID_IDirectMusicScript,                        0x2252373a,0x5814,0x489b,0x82,0x09,0x31,0xfe,0xde,0xba,0xf1,0x37);
94DEFINE_GUID(IID_IDirectMusicSegment,                       0xf96029a2,0x4282,0x11d2,0x87,0x17,0x00,0x60,0x08,0x93,0xb1,0xbd);
95DEFINE_GUID(IID_IDirectMusicSegment2,                      0xd38894d1,0xc052,0x11d2,0x87,0x2f,0x00,0x60,0x08,0x93,0xb1,0xbd);
96DEFINE_GUID(IID_IDirectMusicSegment8,                      0xc6784488,0x41a3,0x418f,0xaa,0x15,0xb3,0x50,0x93,0xba,0x42,0xd4);
97DEFINE_GUID(IID_IDirectMusicSegmentState,                  0xa3afdcc7,0xd3ee,0x11d1,0xbc,0x8d,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
98DEFINE_GUID(IID_IDirectMusicSegmentState8,                 0xa50e4730,0x0ae4,0x48a7,0x98,0x39,0xbc,0x04,0xbf,0xe0,0x77,0x72);
99DEFINE_GUID(IID_IDirectMusicStyle,                         0xd2ac28bd,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
100DEFINE_GUID(IID_IDirectMusicStyle8,                        0xfd24ad8a,0xa260,0x453d,0xbf,0x50,0x6f,0x93,0x84,0xf7,0x09,0x85);
101
102/* IIDs of unchanged interfaces */
103#define IID_IDirectMusicAudioPath8    IID_IDirectMusicAudioPath
104#define IID_IDirectMusicBand8         IID_IDirectMusicBand
105#define IID_IDirectMusicChordMap8     IID_IDirectMusicChordMap
106#define IID_IDirectMusicComposer8     IID_IDirectMusicComposer
107#define IID_IDirectMusicContainer8    IID_IDirectMusicContainer
108#define IID_IDirectMusicGetLoader8    IID_IDirectMusicGetLoader
109#define IID_IDirectMusicGraph8        IID_IDirectMusicGraph
110#define IID_IDirectMusicObject8       IID_IDirectMusicObject
111#define IID_IDirectMusicPatternTrack8 IID_IDirectMusicPatternTrack
112#define IID_IDirectMusicScript8       IID_IDirectMusicScript
113
114/* typedef definitions */
115typedef struct IDirectMusicBand *LPDIRECTMUSICBAND;
116typedef struct IDirectMusicBand         IDirectMusicBand8,         *LPDIRECTMUSICBAND8;
117typedef struct IDirectMusicObject *LPDIRECTMUSICOBJECT;
118typedef struct IDirectMusicObject       IDirectMusicObject8,       *LPDIRECTMUSICOBJECT8;
119typedef struct IDirectMusicLoader *LPDIRECTMUSICLOADER;
120typedef struct IDirectMusicLoader8 *LPDIRECTMUSICLOADER8;
121typedef struct IDirectMusicGetLoader *LPDIRECTMUSICGETLOADER;
122typedef struct IDirectMusicGetLoader    IDirectMusicGetLoader8,    *LPDIRECTMUSICGETLOADER8;
123typedef struct IDirectMusicAudioPath *LPDIRECTMUSICAUDIOPATH;
124typedef struct IDirectMusicAudioPath    IDirectMusicAudioPath8,    *LPDIRECTMUSICAUDIOPATH8;
125typedef struct IDirectMusicStyle *LPDIRECTMUSICSTYLE;
126typedef struct IDirectMusicStyle8 *LPDIRECTMUSICSTYLE8;
127typedef struct IDirectMusicChordMap *LPDIRECTMUSICCHORDMAP;
128typedef struct IDirectMusicChordMap     IDirectMusicChordMap8,     *LPDIRECTMUSICCHORDMAP8;
129typedef struct IDirectMusicComposer *LPDIRECTMUSICCOMPOSER;
130typedef struct IDirectMusicComposer     IDirectMusicComposer8,     *LPDIRECTMUSICCOMPOSER8;
131typedef struct IDirectMusicPatternTrack *LPDIRECTMUSICPATTERNTRACK;
132typedef struct IDirectMusicPatternTrack IDirectMusicPatternTrack8, *LPDIRECTMUSICPATTERNTRACK8;
133typedef struct IDirectMusicScript *LPDIRECTMUSICSCRIPT;
134typedef struct IDirectMusicScript       IDirectMusicScript8,       *LPDIRECTMUSICSCRIPT8;
135typedef struct IDirectMusicContainer *LPDIRECTMUSICCONTAINER;
136typedef struct IDirectMusicContainer    IDirectMusicContainer8,    *LPDIRECTMUSICCONTAINER8;
137
138/* RPC declarations */
139typedef struct IDirectMusicBand   *LPDMUS_BAND;
140typedef struct IDirectMusicLoader *LPDMUS_LOADER;
141typedef struct IDirectMusicObject *LPDMUS_OBJECT;
142
143/* GUIDs - all types loader */
144DEFINE_GUID(GUID_DirectMusicAllTypes,         0xd2ac2893,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
145/* GUIDs - notification */
146DEFINE_GUID(GUID_NOTIFICATION_CHORD,          0xd2ac289b,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
147DEFINE_GUID(GUID_NOTIFICATION_COMMAND,        0xd2ac289c,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
148DEFINE_GUID(GUID_NOTIFICATION_MEASUREANDBEAT, 0xd2ac289a,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
149DEFINE_GUID(GUID_NOTIFICATION_PERFORMANCE,    0x81f75bc5,0x4e5d,0x11d2,0xbc,0xc7,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
150DEFINE_GUID(GUID_NOTIFICATION_RECOMPOSE,      0xd348372b,0x945b,0x45ae,0xa5,0x22,0x45,0x0f,0x12,0x5b,0x84,0xa5);
151DEFINE_GUID(GUID_NOTIFICATION_SEGMENT,        0xd2ac2899,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
152/* GUIDs - param types */
153DEFINE_GUID(GUID_BandParam,                   0x02bb1938,0xcb8b,0x11d2,0x8b,0xb9,0x00,0x60,0x08,0x93,0xb1,0xb6);
154DEFINE_GUID(GUID_ChordParam,                  0xd2ac289e,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
155DEFINE_GUID(GUID_CommandParam,                0xd2ac289d,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
156DEFINE_GUID(GUID_CommandParam2,               0x28f97ef7,0x9538,0x11d2,0x97,0xa9,0x00,0xc0,0x4f,0xa3,0x6e,0x58);
157DEFINE_GUID(GUID_CommandParamNext,            0x472afe7a,0x281b,0x11d3,0x81,0x7d,0x00,0xc0,0x4f,0xa3,0x6e,0x58);
158DEFINE_GUID(GUID_IDirectMusicBand,            0xd2ac28ac,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
159DEFINE_GUID(GUID_IDirectMusicChordMap,        0xd2ac28ad,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
160DEFINE_GUID(GUID_IDirectMusicStyle,           0xd2ac28a1,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
161DEFINE_GUID(GUID_MuteParam,                   0xd2ac28af,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
162DEFINE_GUID(GUID_Play_Marker,                 0xd8761a41,0x801a,0x11d3,0x9b,0xd1,0xda,0xf7,0xe1,0xc3,0xd8,0x34);
163DEFINE_GUID(GUID_RhythmParam,                 0xd2ac289f,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
164DEFINE_GUID(GUID_TempoParam,                  0xd2ac28a5,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
165DEFINE_GUID(GUID_TimeSignature,               0xd2ac28a4,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
166DEFINE_GUID(GUID_Valid_Start_Time,            0x7f6b1760,0x1fdb,0x11d3,0x82,0x26,0x44,0x45,0x53,0x54,0x00,0x00);
167/* GUIDs - param setting */
168DEFINE_GUID(GUID_Clear_All_Bands,             0xd2ac28ab,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
169DEFINE_GUID(GUID_ConnectToDLSCollection,      0x1db1ae6b,0xe92e,0x11d1,0xa8,0xc5,0x00,0xc0,0x4f,0xa3,0x72,0x6e);
170DEFINE_GUID(GUID_Disable_Auto_Download,       0xd2ac28aa,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
171DEFINE_GUID(GUID_DisableTempo,                0x45fc707d,0x1db4,0x11d2,0xbc,0xac,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
172DEFINE_GUID(GUID_DisableTimeSig,              0x45fc707b,0x1db4,0x11d2,0xbc,0xac,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
173DEFINE_GUID(GUID_Download,                    0xd2ac28a7,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
174DEFINE_GUID(GUID_DownloadToAudioPath,         0x9f2c0341,0xc5c4,0x11d3,0x9b,0xd1,0x44,0x45,0x53,0x54,0x00,0x00);
175DEFINE_GUID(GUID_Enable_Auto_Download,        0xd2ac28a9,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
176DEFINE_GUID(GUID_EnableTempo,                 0x45fc707e,0x1db4,0x11d2,0xbc,0xac,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
177DEFINE_GUID(GUID_EnableTimeSig,               0x45fc707c,0x1db4,0x11d2,0xbc,0xac,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
178#define GUID_IgnoreBankSelectForGM            GUID_StandardMIDIFile
179DEFINE_GUID(GUID_SeedVariations,              0x65b76fa5,0xff37,0x11d2,0x81,0x4e,0x00,0xc0,0x4f,0xa3,0x6e,0x58);
180DEFINE_GUID(GUID_StandardMIDIFile,            0x06621075,0xe92e,0x11d1,0xa8,0xc5,0x00,0xc0,0x4f,0xa3,0x72,0x6e);
181DEFINE_GUID(GUID_Unload,                      0xd2ac28a8,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
182DEFINE_GUID(GUID_UnloadFromAudioPath,         0x9f2c0342,0xc5c4,0x11d3,0x9b,0xd1,0x44,0x45,0x53,0x54,0x00,0x00);
183DEFINE_GUID(GUID_Variations,                  0x11f72cce,0x26e6,0x4ecd,0xaf,0x2e,0xd6,0x68,0xe6,0x67,0x07,0xd8);
184/* GUIDs - global data */
185DEFINE_GUID(GUID_PerfMasterTempo,             0xd2ac28b0,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
186DEFINE_GUID(GUID_PerfMasterVolume,            0xd2ac28b1,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
187DEFINE_GUID(GUID_PerfMasterGrooveLevel,       0xd2ac28b2,0xb39b,0x11d1,0x87,0x04,0x00,0x60,0x08,0x93,0xb1,0xbd);
188DEFINE_GUID(GUID_PerfAutoDownload,            0xfb09565b,0x3631,0x11d2,0xbc,0xb8,0x00,0xa0,0xc9,0x22,0xe6,0xeb);
189/* GUID - default DLS collection */
190DEFINE_GUID(GUID_DefaultGMCollection,         0xf17e8673,0xc3b4,0x11d1,0x87,0x0b,0x00,0x60,0x08,0x93,0xb1,0xbd);
191/* GUID - default synthesizer */
192DEFINE_GUID(GUID_Synth_Default,               0x26bb9432,0x45fe,0x48d3,0xa3,0x75,0x24,0x72,0xc5,0xe3,0xe7,0x86);
193/* GUIDs - define default buffer configuration */
194DEFINE_GUID(GUID_Buffer_Reverb,               0x186cc541,0xdb29,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
195DEFINE_GUID(GUID_Buffer_EnvReverb,            0x186cc542,0xdb29,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
196DEFINE_GUID(GUID_Buffer_Stereo,               0x186cc545,0xdb29,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
197DEFINE_GUID(GUID_Buffer_3D_Dry,               0x186cc546,0xdb29,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
198DEFINE_GUID(GUID_Buffer_Mono,                 0x186cc547,0xdb29,0x11d3,0x9b,0xd1,0x00,0x80,0xc7,0x15,0x0a,0x74);
199
200
201/*****************************************************************************
202 * Typedef definitions
203 */
204typedef WORD    TRANSITION_TYPE, *LPTRANSITION_TYPE;
205/*
206 * typedef __int64 REFERENCE_TIME,  *LPREFERENCE_TIME;
207 * typedef LONG    MUSIC_TIME,      *LPMUSIC_TIME;
208 */
209
210
211/*****************************************************************************
212 * Flags
213 */
214#define DMUS_APATH_SHARED_STEREOPLUSREVERB 0x1
215#define DMUS_APATH_DYNAMIC_3D              0x6
216#define DMUS_APATH_DYNAMIC_MONO            0x7
217#define DMUS_APATH_DYNAMIC_STEREO          0x8
218
219#define DMUS_AUDIOF_3D          0x01
220#define DMUS_AUDIOF_ENVIRON     0x02
221#define DMUS_AUDIOF_EAX         0x04
222#define DMUS_AUDIOF_DMOS        0x08
223#define DMUS_AUDIOF_STREAMING   0x10
224#define DMUS_AUDIOF_BUFFERS     0x20
225#define DMUS_AUDIOF_ALL         0x3F
226
227#define DMUS_AUDIOPARAMS_FEATURES     0x1
228#define DMUS_AUDIOPARAMS_VOICES       0x2
229#define DMUS_AUDIOPARAMS_SAMPLERATE   0x4
230#define DMUS_AUDIOPARAMS_DEFAULTSYNTH 0x8
231
232#define DMUS_CURVET_PBCURVE   0x03
233#define DMUS_CURVET_CCCURVE   0x04
234#define DMUS_CURVET_MATCURVE  0x05
235#define DMUS_CURVET_PATCURVE  0x06
236#define DMUS_CURVET_RPNCURVE  0x07
237#define DMUS_CURVET_NRPNCURVE 0x08
238
239#define DMUS_MASTERTEMPO_MAX 100.0f
240#define DMUS_MASTERTEMPO_MIN 0.01f
241
242#define DMUS_MAX_NAME     0x40
243#define DMUS_MAX_CATEGORY 0x40
244#define DMUS_MAX_FILENAME MAX_PATH
245
246#define DMUS_MAXSUBCHORD 0x8
247
248#define DMUS_NOTIFICATION_SEGSTART       0x0
249#define DMUS_NOTIFICATION_SEGEND         0x1
250#define DMUS_NOTIFICATION_SEGALMOSTEND   0x2
251#define DMUS_NOTIFICATION_SEGLOOP        0x3
252#define DMUS_NOTIFICATION_SEGABORT       0x4
253#define DMUS_NOTIFICATION_MUSICSTARTED   0x0
254#define DMUS_NOTIFICATION_MUSICSTOPPED   0x1
255#define DMUS_NOTIFICATION_MUSICALMOSTEND 0x2
256#define DMUS_NOTIFICATION_MEASUREBEAT    0x0
257#define DMUS_NOTIFICATION_CHORD          0x0
258#define DMUS_NOTIFICATION_GROOVE         0x0
259#define DMUS_NOTIFICATION_EMBELLISHMENT  0x1
260#define DMUS_NOTIFICATION_RECOMPOSE      0x0
261
262#define DMUS_OBJ_OBJECT   0x001
263#define DMUS_OBJ_CLASS    0x002
264#define DMUS_OBJ_NAME     0x004
265#define DMUS_OBJ_CATEGORY 0x008
266#define DMUS_OBJ_FILENAME 0x010
267#define DMUS_OBJ_FULLPATH 0x020
268#define DMUS_OBJ_URL      0x040
269#define DMUS_OBJ_VERSION  0x080
270#define DMUS_OBJ_DATE     0x100
271#define DMUS_OBJ_LOADED   0x200
272#define DMUS_OBJ_MEMORY   0x400
273#define DMUS_OBJ_STREAM   0x800
274
275#define DMUS_PATH_SEGMENT           0x1000
276#define DMUS_PATH_SEGMENT_TRACK     0x1100
277#define DMUS_PATH_SEGMENT_GRAPH     0x1200
278#define DMUS_PATH_SEGMENT_TOOL      0x1300
279#define DMUS_PATH_AUDIOPATH         0x2000
280#define DMUS_PATH_AUDIOPATH_GRAPH   0x2200
281#define DMUS_PATH_AUDIOPATH_TOOL    0x2300
282#define DMUS_PATH_PERFORMANCE       0x3000
283#define DMUS_PATH_PERFORMANCE_GRAPH 0x3200
284#define DMUS_PATH_PERFORMANCE_TOOL  0x3300
285#define DMUS_PATH_PORT              0x4000
286#define DMUS_PATH_BUFFER            0x6000
287#define DMUS_PATH_BUFFER_DMO        0x6100
288#define DMUS_PATH_MIXIN_BUFFER      0x7000
289#define DMUS_PATH_MIXIN_BUFFER_DMO  0x7100
290#define DMUS_PATH_PRIMARY_BUFFER    0x8000
291
292#define DMUS_PCHANNEL_BROADCAST_PERFORMANCE	0xFFFFFFFF
293#define DMUS_PCHANNEL_BROADCAST_AUDIOPATH   0xFFFFFFFE
294#define DMUS_PCHANNEL_BROADCAST_SEGMENT	    0xFFFFFFFD
295#define DMUS_PCHANNEL_BROADCAST_GROUPS  	0xFFFFFFFC
296#define DMUS_PCHANNEL_ALL                   0xFFFFFFFB
297
298#define DMUS_PLAYMODE_FIXED             0x0
299#define DMUS_PLAYMODE_FIXEDTOKEY        DMUS_PLAYMODE_KEY_ROOT
300#define DMUS_PLAYMODE_FIXEDTOCHORD      DMUS_PLAYMODE_CHORD_ROOT
301#define DMUS_PLAYMODE_PEDALPOINT        (DMUS_PLAYMODE_KEY_ROOT | DMUS_PLAYMODE_SCALE_INTERVALS)
302#define DMUS_PLAYMODE_MELODIC           (DMUS_PLAYMODE_CHORD_ROOT | DMUS_PLAYMODE_SCALE_INTERVALS)
303#define DMUS_PLAYMODE_NORMALCHORD       (DMUS_PLAYMODE_CHORD_ROOT | DMUS_PLAYMODE_CHORD_INTERVALS)
304#define DMUS_PLAYMODE_ALWAYSPLAY        (DMUS_PLAYMODE_MELODIC | DMUS_PLAYMODE_NORMALCHORD)
305#define DMUS_PLAYMODE_PEDALPOINTCHORD   (DMUS_PLAYMODE_KEY_ROOT | DMUS_PLAYMODE_CHORD_INTERVALS)
306#define DMUS_PLAYMODE_PEDALPOINTALWAYS  (DMUS_PLAYMODE_PEDALPOINT | DMUS_PLAYMODE_PEDALPOINTCHORD)
307#define DMUS_PLAYMODE_PURPLEIZED        DMUS_PLAYMODE_ALWAYSPLAY
308#define DMUS_PLAYMODE_SCALE_ROOT        DMUS_PLAYMODE_KEY_ROOT
309#define DMUS_PLAYMODE_FIXEDTOSCALE      DMUS_PLAYMODE_FIXEDTOKEY
310
311#define DMUS_PPQ 768
312
313#define DMUS_SEG_REPEAT_INFINITE 0xFFFFFFFF
314#define DMUS_SEG_ALLTRACKS       0x80000000
315#define DMUS_SEG_ANYTRACK        0x80000000
316
317#define DMUS_TEMPO_MAX 1000
318#define DMUS_TEMPO_MIN 1
319
320#define DMUS_TRACKCONFIG_OVERRIDE_ALL          0x00001
321#define DMUS_TRACKCONFIG_OVERRIDE_PRIMARY      0x00002
322#define DMUS_TRACKCONFIG_FALLBACK              0x00004
323#define DMUS_TRACKCONFIG_CONTROL_ENABLED       0x00008
324#define DMUS_TRACKCONFIG_PLAY_ENABLED          0x00010
325#define DMUS_TRACKCONFIG_NOTIFICATION_ENABLED  0x00020
326#define DMUS_TRACKCONFIG_PLAY_CLOCKTIME        0x00040
327#define DMUS_TRACKCONFIG_PLAY_COMPOSE 	       0x00080
328#define DMUS_TRACKCONFIG_LOOP_COMPOSE          0x00100
329#define DMUS_TRACKCONFIG_COMPOSING             0x00200
330#define DMUS_TRACKCONFIG_TRANS1_FROMSEGSTART   0x00400
331#define DMUS_TRACKCONFIG_TRANS1_FROMSEGCURRENT 0x00800
332#define DMUS_TRACKCONFIG_TRANS1_TOSEGSTART     0x01000
333#define DMUS_TRACKCONFIG_CONTROL_PLAY          0x10000
334#define DMUS_TRACKCONFIG_CONTROL_NOTIFICATION  0x20000
335#define DMUS_TRACKCONFIG_DEFAULT               (DMUS_TRACKCONFIG_CONTROL_ENABLED | DMUS_TRACKCONFIG_PLAY_ENABLED | DMUS_TRACKCONFIG_NOTIFICATION_ENABLED)
336
337#define DMUS_WAVEF_OFF          0x01
338#define DMUS_WAVEF_STREAMING    0x02
339#define DMUS_WAVEF_NOINVALIDATE 0x04
340#define DMUS_WAVEF_NOPREROLL    0x08
341#define DMUS_WAVEF_IGNORELOOPS  0x20
342
343#define DMUSB_LOADED  0x1
344#define DMUSB_DEFAULT 0x2
345
346#define MT_MIN 0x80000000
347#define MT_MAX 0x7FFFFFFF
348
349
350/*****************************************************************************
351 * Definitions
352 */
353#define DMUS_PMSG_PART \
354	DWORD              dwSize; \
355	REFERENCE_TIME     rtTime; \
356	MUSIC_TIME         mtTime; \
357	DWORD              dwFlags; \
358	DWORD              dwPChannel; \
359	DWORD              dwVirtualTrackID; \
360	IDirectMusicTool*  pTool; \
361	struct IDirectMusicGraph* pGraph; \
362	DWORD              dwType; \
363	DWORD              dwVoiceID; \
364	DWORD              dwGroupID; \
365	IUnknown*          punkUser;
366
367
368/*****************************************************************************
369 * Enumerations
370 */
371/* typedef definitions */
372typedef enum enumDMUS_STYLET_TYPES       DMUS_STYLET_TYPES;
373typedef enum enumDMUS_COMMANDT_TYPES     DMUS_COMMANDT_TYPES;
374typedef enum enumDMUS_SHAPET_TYPES       DMUS_SHAPET_TYPES;
375typedef enum enumDMUS_COMPOSEF_FLAGS     DMUS_COMPOSEF_FLAGS;
376typedef enum enumDMUS_PMSGF_FLAGS        DMUS_PMSGF_FLAGS;
377typedef enum enumDMUS_PMSGT_TYPES        DMUS_PMSGT_TYPES;
378typedef enum enumDMUS_SEGF_FLAGS         DMUS_SEGF_FLAGS;
379typedef enum enumDMUS_TIME_RESOLVE_FLAGS DMUS_TIME_RESOLVE_FLAGS;
380typedef enum enumDMUS_CHORDKEYF_FLAGS    DMUS_CHORDKEYF_FLAGS;
381typedef enum enumDMUS_NOTEF_FLAGS        DMUS_NOTEF_FLAGS;
382typedef enum enumDMUS_PLAYMODE_FLAGS     DMUS_PLAYMODE_FLAGS;
383typedef enum enumDMUS_CURVE_FLAGS        DMUS_CURVE_FLAGS;
384
385
386
387/* actual enumerations */
388enum enumDMUS_STYLET_TYPES {
389	DMUS_STYLET_PATTERN = 0x0,
390	DMUS_STYLET_MOTIF   = 0x1,
391};
392
393enum enumDMUS_COMMANDT_TYPES {
394	DMUS_COMMANDT_GROOVE      = 0x0,
395	DMUS_COMMANDT_FILL        = 0x1,
396	DMUS_COMMANDT_INTRO       = 0x2,
397	DMUS_COMMANDT_BREAK       = 0x3,
398	DMUS_COMMANDT_END         = 0x4,
399	DMUS_COMMANDT_ENDANDINTRO = 0x5
400};
401
402enum enumDMUS_SHAPET_TYPES {
403	DMUS_SHAPET_FALLING  = 0x0,
404	DMUS_SHAPET_LEVEL    = 0x1,
405	DMUS_SHAPET_LOOPABLE = 0x2,
406	DMUS_SHAPET_LOUD     = 0x3,
407	DMUS_SHAPET_QUIET    = 0x4,
408	DMUS_SHAPET_PEAKING  = 0x5,
409	DMUS_SHAPET_RANDOM   = 0x6,
410	DMUS_SHAPET_RISING   = 0x7,
411	DMUS_SHAPET_SONG     = 0x8
412};
413
414enum enumDMUS_COMPOSEF_FLAGS {
415	DMUS_COMPOSEF_NONE                = 0x000000,
416	DMUS_COMPOSEF_ALIGN               = 0x000001,
417	DMUS_COMPOSEF_OVERLAP             = 0x000002,
418	DMUS_COMPOSEF_IMMEDIATE           = 0x000004,
419	DMUS_COMPOSEF_GRID                = 0x000008,
420	DMUS_COMPOSEF_BEAT                = 0x000010,
421	DMUS_COMPOSEF_MEASURE             = 0x000020,
422	DMUS_COMPOSEF_AFTERPREPARETIME    = 0x000040,
423	DMUS_COMPOSEF_VALID_START_BEAT    = 0x000080,
424	DMUS_COMPOSEF_VALID_START_GRID    = 0x000100,
425	DMUS_COMPOSEF_VALID_START_TICK    = 0x000200,
426	DMUS_COMPOSEF_SEGMENTEND          = 0x000400,
427	DMUS_COMPOSEF_MARKER              = 0x000800,
428	DMUS_COMPOSEF_MODULATE            = 0x001000,
429	DMUS_COMPOSEF_LONG                = 0x002000,
430	DMUS_COMPOSEF_ENTIRE_TRANSITION   = 0x004000,
431	DMUS_COMPOSEF_1BAR_TRANSITION     = 0x008000,
432	DMUS_COMPOSEF_ENTIRE_ADDITION     = 0x010000,
433	DMUS_COMPOSEF_1BAR_ADDITION       = 0x020000,
434	DMUS_COMPOSEF_VALID_START_MEASURE = 0x040000,
435	DMUS_COMPOSEF_DEFAULT             = 0x080000,
436	DMUS_COMPOSEF_NOINVALIDATE        = 0x100000,
437	DMUS_COMPOSEF_USE_AUDIOPATH       = 0x200000,
438	DMUS_COMPOSEF_INVALIDATE_PRI      = 0x400000
439};
440
441enum enumDMUS_PMSGF_FLAGS {
442	DMUS_PMSGF_REFTIME        = 1,
443	DMUS_PMSGF_MUSICTIME      = 2,
444	DMUS_PMSGF_TOOL_IMMEDIATE = 4,
445	DMUS_PMSGF_TOOL_QUEUE     = 8,
446	DMUS_PMSGF_TOOL_ATTIME    = 0x10,
447	DMUS_PMSGF_TOOL_FLUSH     = 0x20,
448	DMUS_PMSGF_LOCKTOREFTIME  = 0x40,
449	DMUS_PMSGF_DX8            = 0x80
450};
451
452enum enumDMUS_PMSGT_TYPES {
453	DMUS_PMSGT_MIDI             = 0x00,
454	DMUS_PMSGT_NOTE             = 0x01,
455	DMUS_PMSGT_SYSEX            = 0x02,
456	DMUS_PMSGT_NOTIFICATION     = 0x03,
457	DMUS_PMSGT_TEMPO            = 0x04,
458	DMUS_PMSGT_CURVE            = 0x05,
459	DMUS_PMSGT_TIMESIG          = 0x06,
460	DMUS_PMSGT_PATCH            = 0x07,
461	DMUS_PMSGT_TRANSPOSE        = 0x08,
462	DMUS_PMSGT_CHANNEL_PRIORITY = 0x09,
463	DMUS_PMSGT_STOP             = 0x0A,
464	DMUS_PMSGT_DIRTY            = 0x0B,
465	DMUS_PMSGT_WAVE             = 0x0C,
466	DMUS_PMSGT_LYRIC            = 0x0D,
467	DMUS_PMSGT_SCRIPTLYRIC      = 0x0E,
468	DMUS_PMSGT_USER             = 0xFF
469};
470
471enum enumDMUS_SEGF_FLAGS {
472	DMUS_SEGF_REFTIME             = 0x000040,
473	DMUS_SEGF_SECONDARY           = 0x000080,
474	DMUS_SEGF_QUEUE               = 0x000100,
475	DMUS_SEGF_CONTROL             = 0x000200,
476	DMUS_SEGF_AFTERPREPARETIME    = 0x000400,
477	DMUS_SEGF_GRID                = 0x000800,
478	DMUS_SEGF_BEAT                = 0x001000,
479	DMUS_SEGF_MEASURE             = 0x002000,
480	DMUS_SEGF_DEFAULT             = 0x004000,
481	DMUS_SEGF_NOINVALIDATE        = 0x008000,
482	DMUS_SEGF_ALIGN               = 0x0010000,
483	DMUS_SEGF_VALID_START_BEAT    = 0x0020000,
484	DMUS_SEGF_VALID_START_GRID    = 0x0040000,
485	DMUS_SEGF_VALID_START_TICK    = 0x0080000,
486	DMUS_SEGF_AUTOTRANSITION      = 0x0100000,
487	DMUS_SEGF_AFTERQUEUETIME      = 0x0200000,
488	DMUS_SEGF_AFTERLATENCYTIME    = 0x0400000,
489	DMUS_SEGF_SEGMENTEND          = 0x0800000,
490	DMUS_SEGF_MARKER              = 0x01000000,
491	DMUS_SEGF_TIMESIG_ALWAYS      = 0x02000000,
492	DMUS_SEGF_USE_AUDIOPATH       = 0x04000000,
493	DMUS_SEGF_VALID_START_MEASURE = 0x08000000,
494	DMUS_SEGF_INVALIDATE_PRI      = 0x10000000
495};
496
497enum enumDMUS_TIME_RESOLVE_FLAGS {
498	DMUS_TIME_RESOLVE_AFTERPREPARETIME = DMUS_SEGF_AFTERPREPARETIME,
499	DMUS_TIME_RESOLVE_AFTERQUEUETIME   = DMUS_SEGF_AFTERQUEUETIME,
500	DMUS_TIME_RESOLVE_AFTERLATENCYTIME = DMUS_SEGF_AFTERLATENCYTIME,
501	DMUS_TIME_RESOLVE_GRID             = DMUS_SEGF_GRID,
502	DMUS_TIME_RESOLVE_BEAT             = DMUS_SEGF_BEAT,
503	DMUS_TIME_RESOLVE_MEASURE          = DMUS_SEGF_MEASURE,
504	DMUS_TIME_RESOLVE_MARKER           = DMUS_SEGF_MARKER,
505	DMUS_TIME_RESOLVE_SEGMENTEND       = DMUS_SEGF_SEGMENTEND,
506};
507
508enum enumDMUS_CHORDKEYF_FLAGS {
509	DMUS_CHORDKEYF_SILENT = 0x1,
510};
511
512enum enumDMUS_NOTEF_FLAGS {
513	DMUS_NOTEF_NOTEON               = 0x01,
514	/* DX8 */
515	DMUS_NOTEF_NOINVALIDATE         = 0x02,
516	DMUS_NOTEF_NOINVALIDATE_INSCALE = 0x04,
517	DMUS_NOTEF_NOINVALIDATE_INCHORD = 0x08,
518	DMUS_NOTEF_REGENERATE           = 0x10,
519};
520
521enum enumDMUS_PLAYMODE_FLAGS {
522	DMUS_PLAYMODE_KEY_ROOT        = 0x01,
523	DMUS_PLAYMODE_CHORD_ROOT      = 0x02,
524	DMUS_PLAYMODE_SCALE_INTERVALS = 0x04,
525	DMUS_PLAYMODE_CHORD_INTERVALS = 0x08,
526	DMUS_PLAYMODE_NONE            = 0x10,
527};
528
529enum enumDMUS_CURVE_FLAGS {
530	DMUS_CURVE_RESET              = 0x1,
531	DMUS_CURVE_START_FROM_CURRENT = 0x2
532};
533
534enum {
535	DMUS_CURVES_LINEAR  = 0x0,
536	DMUS_CURVES_INSTANT = 0x1,
537	DMUS_CURVES_EXP     = 0x2,
538	DMUS_CURVES_LOG     = 0x3,
539	DMUS_CURVES_SINE    = 0x4
540};
541
542
543/*****************************************************************************
544 * Structures
545 */
546/* typedef definitions */
547/*typedef struct _DMUS_PMSG                  DMUS_PMSG,                  *LPDMUS_PMSG; */
548typedef struct _DMUS_AUDIOPARAMS           DMUS_AUDIOPARAMS,           *LPDMUS_AUDIOPARAMS;
549typedef struct _DMUS_SUBCHORD              DMUS_SUBCHORD,              *LPDMUS_SUBCHORD;
550typedef struct _DMUS_CHORD_KEY             DMUS_CHORD_KEY,             *LPDMUS_CHORD_KEY;
551typedef struct _DMUS_NOTE_PMSG             DMUS_NOTE_PMSG,             *LPDMUS_NOTE_PMSG;
552typedef struct _DMUS_MIDI_PMSG             DMUS_MIDI_PMSG,             *LPDMUS_MIDI_PMSG;
553typedef struct _DMUS_PATCH_PMSG            DMUS_PATCH_PMSG,            *LPDMUS_PATCH_PMSG;
554typedef struct _DMUS_TRANSPOSE_PMSG        DMUS_TRANSPOSE_PMSG,        *LPDMUS_TRANSPOSE_PMSG;
555typedef struct _DMUS_CHANNEL_PRIORITY_PMSG DMUS_CHANNEL_PRIORITY_PMSG, *LPDMUS_CHANNEL_PRIORITY_PMSG;
556typedef struct _DMUS_TEMPO_PMSG            DMUS_TEMPO_PMSG,            *LPDMUS_TEMPO_PMSG;
557typedef struct _DMUS_SYSEX_PMSG            DMUS_SYSEX_PMSG,            *LPDMUS_SYSEX_PMSG;
558typedef struct _DMUS_CURVE_PMSG            DMUS_CURVE_PMSG,            *LPDMUS_CURVE_PMSG;
559typedef struct _DMUS_TIMESIG_PMSG          DMUS_TIMESIG_PMSG,          *LPDMUS_TIMESIG_PMSG;
560typedef struct _DMUS_NOTIFICATION_PMSG     DMUS_NOTIFICATION_PMSG,     *LPDMUS_NOTIFICATION_PMSG;
561typedef struct _DMUS_WAVE_PMSG             DMUS_WAVE_PMSG,             *LPDMUS_WAVE_PMSG;
562typedef struct _DMUS_LYRIC_PMSG            DMUS_LYRIC_PMSG,            *LPDMUS_LYRIC_PMSG;
563typedef struct _DMUS_VERSION               DMUS_VERSION,               *LPDMUS_VERSION;
564typedef struct _DMUS_TIMESIGNATURE         DMUS_TIMESIGNATURE,         *LPDMUS_TIMESIGNATURE;
565typedef struct _DMUS_VALID_START_PARAM     DMUS_VALID_START_PARAM,     *LPDMUS_VALID_START_PARAM;
566typedef struct _DMUS_PLAY_MARKER_PARAM     DMUS_PLAY_MARKER_PARAM,     *LPDMUS_PLAY_MARKER_PARAM;
567typedef struct _DMUS_OBJECTDESC            DMUS_OBJECTDESC,            *LPDMUS_OBJECTDESC;
568typedef struct _DMUS_SCRIPT_ERRORINFO      DMUS_SCRIPT_ERRORINFO,      *LPDMUS_SCRIPT_ERRORINFO;
569typedef struct _DMUS_COMMAND_PARAM         DMUS_COMMAND_PARAM,         *LPDMUS_COMMAND_PARAM;
570typedef struct _DMUS_COMMAND_PARAM_2       DMUS_COMMAND_PARAM_2,       *LPDMUS_COMMAND_PARAM_2;
571typedef struct _DMUS_BAND_PARAM            DMUS_BAND_PARAM,            *LPDMUS_BAND_PARAM;
572typedef struct _DMUS_VARIATIONS_PARAM      DMUS_VARIATIONS_PARAM,      *LPDMUS_VARIATIONS_PARAM;
573
574/* actual structures */
575struct _DMUS_PMSG {
576    DMUS_PMSG_PART
577};
578
579struct _DMUS_AUDIOPARAMS {
580	DWORD dwSize;
581	WINBOOL  fInitNow;
582	DWORD dwValidData;
583	DWORD dwFeatures;
584	DWORD dwVoices;
585	DWORD dwSampleRate;
586	CLSID clsidDefaultSynth;
587};
588
589struct _DMUS_SUBCHORD {
590	DWORD dwChordPattern;
591	DWORD dwScalePattern;
592	DWORD dwInversionPoints;
593	DWORD dwLevels;
594	BYTE  bChordRoot;
595	BYTE  bScaleRoot;
596};
597
598struct _DMUS_CHORD_KEY {
599	WCHAR         wszName[16];
600	WORD          wMeasure;
601	BYTE          bBeat;
602	BYTE          bSubChordCount;
603	DMUS_SUBCHORD SubChordList[DMUS_MAXSUBCHORD];
604	DWORD         dwScale;
605	BYTE          bKey;
606	BYTE          bFlags;
607};
608
609struct _DMUS_NOTE_PMSG {
610	DMUS_PMSG_PART
611	MUSIC_TIME mtDuration;
612	WORD       wMusicValue;
613	WORD       wMeasure;
614	short      nOffset;
615	BYTE       bBeat;
616	BYTE       bGrid;
617	BYTE       bVelocity;
618	BYTE       bFlags;
619	BYTE       bTimeRange;
620	BYTE       bDurRange;
621	BYTE       bVelRange;
622	BYTE       bPlayModeFlags;
623	BYTE       bSubChordLevel;
624	BYTE       bMidiValue;
625	char       cTranspose;
626};
627
628struct _DMUS_MIDI_PMSG {
629	DMUS_PMSG_PART
630	BYTE bStatus;
631	BYTE bByte1;
632	BYTE bByte2;
633	BYTE bPad[1];
634};
635
636struct _DMUS_PATCH_PMSG {
637	DMUS_PMSG_PART
638	BYTE byInstrument;
639	BYTE byMSB;
640	BYTE byLSB;
641	BYTE byPad[1];
642};
643
644struct _DMUS_TRANSPOSE_PMSG {
645	DMUS_PMSG_PART
646	short nTranspose;
647	/* DX8 */
648	WORD  wMergeIndex;
649};
650
651struct _DMUS_CHANNEL_PRIORITY_PMSG {
652	DMUS_PMSG_PART
653	DWORD dwChannelPriority;
654};
655
656struct _DMUS_TEMPO_PMSG {
657	DMUS_PMSG_PART
658	double  dblTempo;
659};
660
661struct _DMUS_SYSEX_PMSG {
662	DMUS_PMSG_PART
663	DWORD dwLen;
664	BYTE  abData[1];
665};
666
667struct _DMUS_CURVE_PMSG {
668	DMUS_PMSG_PART
669	MUSIC_TIME mtDuration;
670	MUSIC_TIME mtOriginalStart;
671	MUSIC_TIME mtResetDuration;
672	short      nStartValue;
673	short      nEndValue;
674	short      nResetValue;
675	WORD       wMeasure;
676	short      nOffset;
677	BYTE       bBeat;
678	BYTE       bGrid;
679	BYTE       bType;
680	BYTE       bCurveShape;
681	BYTE       bCCData;
682	BYTE       bFlags;
683	/* DX8 */
684	WORD       wParamType;
685	WORD       wMergeIndex;
686};
687
688struct _DMUS_TIMESIG_PMSG {
689	DMUS_PMSG_PART
690	BYTE bBeatsPerMeasure;
691	BYTE bBeat;
692	WORD wGridsPerBeat;
693};
694
695struct _DMUS_NOTIFICATION_PMSG {
696	DMUS_PMSG_PART
697	GUID  guidNotificationType;
698	DWORD dwNotificationOption;
699	DWORD dwField1;
700	DWORD dwField2;
701};
702
703struct _DMUS_WAVE_PMSG {
704	DMUS_PMSG_PART
705	REFERENCE_TIME rtStartOffset;
706	REFERENCE_TIME rtDuration;
707	LONG           lOffset;
708	LONG           lVolume;
709	LONG           lPitch;
710	BYTE           bFlags;
711};
712
713struct _DMUS_LYRIC_PMSG {
714	DMUS_PMSG_PART
715	WCHAR wszString[1];
716};
717
718struct _DMUS_VERSION {
719	DWORD dwVersionMS;
720	DWORD dwVersionLS;
721};
722
723struct _DMUS_TIMESIGNATURE {
724	MUSIC_TIME mtTime;
725	BYTE       bBeatsPerMeasure;
726	BYTE       bBeat;
727	WORD       wGridsPerBeat;
728};
729
730struct _DMUS_VALID_START_PARAM {
731	MUSIC_TIME mtTime;
732};
733
734struct _DMUS_PLAY_MARKER_PARAM {
735	MUSIC_TIME mtTime;
736};
737
738struct _DMUS_OBJECTDESC {
739	DWORD        dwSize;
740	DWORD        dwValidData;
741	GUID         guidObject;
742	GUID         guidClass;
743	FILETIME     ftDate;
744	DMUS_VERSION vVersion;
745	WCHAR        wszName[DMUS_MAX_NAME];
746	WCHAR        wszCategory[DMUS_MAX_CATEGORY];
747	WCHAR        wszFileName[DMUS_MAX_FILENAME];
748	LONGLONG     llMemLength;
749	LPBYTE       pbMemData;
750	IStream*     pStream;
751};
752
753struct _DMUS_SCRIPT_ERRORINFO {
754	DWORD   dwSize;
755	HRESULT hr;
756	ULONG   ulLineNumber;
757	LONG    ichCharPosition;
758	WCHAR   wszSourceFile[DMUS_MAX_FILENAME];
759	WCHAR   wszSourceComponent[DMUS_MAX_FILENAME];
760	WCHAR   wszDescription[DMUS_MAX_FILENAME];
761	WCHAR   wszSourceLineText[DMUS_MAX_FILENAME];
762};
763
764struct _DMUS_COMMAND_PARAM {
765	BYTE bCommand;
766	BYTE bGrooveLevel;
767	BYTE bGrooveRange;
768	BYTE bRepeatMode;
769};
770
771struct _DMUS_COMMAND_PARAM_2 {
772	MUSIC_TIME mtTime;
773	BYTE       bCommand;
774	BYTE       bGrooveLevel;
775	BYTE       bGrooveRange;
776	BYTE       bRepeatMode;
777};
778
779struct _DMUS_BAND_PARAM {
780	MUSIC_TIME       mtTimePhysical;
781	struct IDirectMusicBand *pBand;
782};
783
784struct _DMUS_VARIATIONS_PARAM {
785	DWORD  dwPChannelsUsed;
786	DWORD* padwPChannels;
787	DWORD* padwVariations;
788};
789
790
791/*****************************************************************************
792 * IDirectMusicBand interface
793 */
794#define INTERFACE IDirectMusicBand
795DECLARE_INTERFACE_(IDirectMusicBand,IUnknown)
796{
797    /*** IUnknown methods ***/
798    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
799    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
800    STDMETHOD_(ULONG,Release)(THIS) PURE;
801    /*** IDirectMusicBand methods ***/
802    STDMETHOD(CreateSegment)(THIS_ struct IDirectMusicSegment **ppSegment) PURE;
803    STDMETHOD(Download)(THIS_ struct IDirectMusicPerformance *pPerformance) PURE;
804    STDMETHOD(Unload)(THIS_ struct IDirectMusicPerformance *pPerformance) PURE;
805};
806#undef INTERFACE
807
808#if !defined(__cplusplus) || defined(CINTERFACE)
809/*** IUnknown methods ***/
810#define IDirectMusicBand_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
811#define IDirectMusicBand_AddRef(p)             (p)->lpVtbl->AddRef(p)
812#define IDirectMusicBand_Release(p)            (p)->lpVtbl->Release(p)
813/*** IDirectMusicBand methods ***/
814#define IDirectMusicBand_CreateSegment(p,a)    (p)->lpVtbl->CreateSegment(p,a)
815#define IDirectMusicBand_Download(p,a)         (p)->lpVtbl->Download(p,a)
816#define IDirectMusicBand_Unload(p,a)           (p)->lpVtbl->Unload(p,a)
817#endif
818
819
820/*****************************************************************************
821 * IDirectMusicObject interface
822 */
823#define INTERFACE IDirectMusicObject
824DECLARE_INTERFACE_(IDirectMusicObject,IUnknown)
825{
826    /*** IUnknown methods ***/
827    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
828    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
829    STDMETHOD_(ULONG,Release)(THIS) PURE;
830    /*** IDirectMusicObject methods ***/
831    STDMETHOD(GetDescriptor)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE;
832    STDMETHOD(SetDescriptor)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE;
833    STDMETHOD(ParseDescriptor)(THIS_ LPSTREAM pStream, LPDMUS_OBJECTDESC pDesc) PURE;
834};
835#undef INTERFACE
836
837#if !defined(__cplusplus) || defined(CINTERFACE)
838/*** IUnknown methods ***/
839#define IDirectMusicObject_QueryInterface(p,a,b)  (p)->lpVtbl->QueryInterface(p,a,b)
840#define IDirectMusicObject_AddRef(p)              (p)->lpVtbl->AddRef(p)
841#define IDirectMusicObject_Release(p)             (p)->lpVtbl->Release(p)
842/*** IDirectMusicObject methods ***/
843#define IDirectMusicObject_GetDescriptor(p,a)     (p)->lpVtbl->GetDescriptor(p,a)
844#define IDirectMusicObject_SetDescriptor(p,a)     (p)->lpVtbl->SetDescriptor(p,a)
845#define IDirectMusicObject_ParseDescriptor(p,a,b) (p)->lpVtbl->ParseDescriptor(p,a,b)
846#endif
847
848
849/*****************************************************************************
850 * IDirectMusicLoader interface
851 */
852#define INTERFACE IDirectMusicLoader
853DECLARE_INTERFACE_(IDirectMusicLoader,IUnknown)
854{
855    /*** IUnknown methods ***/
856    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
857    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
858    STDMETHOD_(ULONG,Release)(THIS) PURE;
859    /*** IDirectMusicLoader methods ***/
860    STDMETHOD(_GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE;
861    STDMETHOD(SetObject)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE;
862    STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, WINBOOL fClear) PURE;
863    STDMETHOD(ScanDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzFileExtension, WCHAR *pwzScanFileName) PURE;
864    STDMETHOD(CacheObject)(THIS_ IDirectMusicObject *pObject) PURE;
865    STDMETHOD(ReleaseObject)(THIS_ IDirectMusicObject *pObject) PURE;
866    STDMETHOD(ClearCache)(THIS_ REFGUID rguidClass) PURE;
867    STDMETHOD(EnableCache)(THIS_ REFGUID rguidClass, WINBOOL fEnable) PURE;
868    STDMETHOD(EnumObject)(THIS_ REFGUID rguidClass, DWORD dwIndex, LPDMUS_OBJECTDESC pDesc) PURE;
869};
870#undef INTERFACE
871
872#if !defined(__cplusplus) || defined(CINTERFACE)
873/*** IUnknown methods ***/
874#define IDirectMusicLoader_QueryInterface(p,a,b)       (p)->lpVtbl->QueryInterface(p,a,b)
875#define IDirectMusicLoader_AddRef(p)                   (p)->lpVtbl->AddRef(p)
876#define IDirectMusicLoader_Release(p)                  (p)->lpVtbl->Release(p)
877/*** IDirectMusicLoader methods ***/
878#define IDirectMusicLoader_GetObject(p,a,b,c)          (p)->lpVtbl->_GetObject(p,a,b,c)
879#define IDirectMusicLoader_SetObject(p,a)              (p)->lpVtbl->SetObject(p,a)
880#define IDirectMusicLoader_SetSearchDirectory(p,a,b,c) (p)->lpVtbl->SetSearchDirectory(p,a,b,c)
881#define IDirectMusicLoader_ScanDirectory(p,a,b,c)      (p)->lpVtbl->ScanDirectory(p,a,b,c)
882#define IDirectMusicLoader_CacheObject(p,a)            (p)->lpVtbl->CacheObject(p,a)
883#define IDirectMusicLoader_ReleaseObject(p,a)          (p)->lpVtbl->ReleaseObject(p,a)
884#define IDirectMusicLoader_ClearCache(p,a)             (p)->lpVtbl->ClearCache(p,a)
885#define IDirectMusicLoader_EnableCache(p,a,b)          (p)->lpVtbl->EnableCache(p,a,b)
886#define IDirectMusicLoader_EnumObject(p,a,b,c)         (p)->lpVtbl->EnumObject(p,a,b,c)
887#endif
888
889
890/*****************************************************************************
891 * IDirectMusicLoader8 interface
892 */
893#define INTERFACE IDirectMusicLoader8
894DECLARE_INTERFACE_(IDirectMusicLoader8,IDirectMusicLoader)
895{
896    /*** IUnknown methods ***/
897    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
898    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
899    STDMETHOD_(ULONG,Release)(THIS) PURE;
900    /*** IDirectMusicLoader methods ***/
901    STDMETHOD(_GetObject)(THIS_ LPDMUS_OBJECTDESC pDesc, REFIID riid, LPVOID *ppv) PURE;
902    STDMETHOD(SetObject)(THIS_ LPDMUS_OBJECTDESC pDesc) PURE;
903    STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, WINBOOL fClear) PURE;
904    STDMETHOD(ScanDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzFileExtension, WCHAR *pwzScanFileName) PURE;
905    STDMETHOD(CacheObject)(THIS_ IDirectMusicObject *pObject) PURE;
906    STDMETHOD(ReleaseObject)(THIS_ IDirectMusicObject *pObject) PURE;
907    STDMETHOD(ClearCache)(THIS_ REFGUID rguidClass) PURE;
908    STDMETHOD(EnableCache)(THIS_ REFGUID rguidClass, WINBOOL fEnable) PURE;
909    STDMETHOD(EnumObject)(THIS_ REFGUID rguidClass, DWORD dwIndex, LPDMUS_OBJECTDESC pDesc) PURE;
910    /*** IDirectMusicLoader8 methods ***/
911    STDMETHOD_(void,CollectGarbage)(THIS) PURE;
912    STDMETHOD(ReleaseObjectByUnknown)(THIS_ IUnknown *pObject) PURE;
913    STDMETHOD(LoadObjectFromFile)(THIS_ REFGUID rguidClassID, REFIID iidInterfaceID, WCHAR *pwzFilePath, void **ppObject) PURE;
914};
915#undef INTERFACE
916
917#if !defined(__cplusplus) || defined(CINTERFACE)
918/*** IUnknown methods ***/
919#define IDirectMusicLoader8_QueryInterface(p,a,b)         (p)->lpVtbl->QueryInterface(p,a,b)
920#define IDirectMusicLoader8_AddRef(p)                     (p)->lpVtbl->AddRef(p)
921#define IDirectMusicLoader8_Release(p)                    (p)->lpVtbl->Release(p)
922/*** IDirectMusicLoader methods ***/
923#define IDirectMusicLoader8_GetObject(p,a,b,c)            (p)->lpVtbl->_GetObject(p,a,b,c)
924#define IDirectMusicLoader8_SetObject(p,a)                (p)->lpVtbl->SetObject(p,a)
925#define IDirectMusicLoader8_SetSearchDirectory(p,a,b,c)   (p)->lpVtbl->SetSearchDirectory(p,a,b,c)
926#define IDirectMusicLoader8_ScanDirectory(p,a,b,c)        (p)->lpVtbl->ScanDirectory(p,a,b,c)
927#define IDirectMusicLoader8_CacheObject(p,a)              (p)->lpVtbl->CacheObject(p,a)
928#define IDirectMusicLoader8_ReleaseObject(p,a)            (p)->lpVtbl->ReleaseObject(p,a)
929#define IDirectMusicLoader8_ClearCache(p,a)               (p)->lpVtbl->ClearCache(p,a)
930#define IDirectMusicLoader8_EnableCache(p,a,b)            (p)->lpVtbl->EnableCache(p,a,b)
931#define IDirectMusicLoader8_EnumObject(p,a,b,c)           (p)->lpVtbl->EnumObject(p,a,b,c)
932/*** IDirectMusicLoader8 methods ***/
933#define IDirectMusicLoader8_CollectGarbage(p)             (p)->lpVtbl->CollectGarbage(p)
934#define IDirectMusicLoader8_ReleaseObjectByUnknown(p,a)   (p)->lpVtbl->ReleaseObjectByUnknown(p,a)
935#define IDirectMusicLoader8_LoadObjectFromFile(p,a,b,c,d) (p)->lpVtbl->LoadObjectFromFile(p,a,b,c,d)
936#endif
937
938
939/*****************************************************************************
940 * IDirectMusicGetLoader interface
941 */
942#define INTERFACE IDirectMusicGetLoader
943DECLARE_INTERFACE_(IDirectMusicGetLoader,IUnknown)
944{
945    /*** IUnknown methods ***/
946    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
947    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
948    STDMETHOD_(ULONG,Release)(THIS) PURE;
949    /*** IDirectMusicGetLoader methods ***/
950    STDMETHOD(GetLoader)(THIS_ IDirectMusicLoader **ppLoader) PURE;
951};
952#undef INTERFACE
953
954#if !defined(__cplusplus) || defined(CINTERFACE)
955/*** IUnknown methods ***/
956#define IDirectMusicGetLoader_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
957#define IDirectMusicGetLoader_AddRef(p)             (p)->lpVtbl->AddRef(p)
958#define IDirectMusicGetLoader_Release(p)            (p)->lpVtbl->Release(p)
959/*** IDirectMusicGetLoader methods ***/
960#define IDirectMusicGetLoader_GetLoader(p,a)        (p)->lpVtbl->GetLoader(p,a)
961#endif
962
963
964/*****************************************************************************
965 * IDirectMusicSegment interface
966 */
967#define INTERFACE IDirectMusicSegment
968DECLARE_INTERFACE_(IDirectMusicSegment,IUnknown)
969{
970    /*** IUnknown methods ***/
971    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
972    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
973    STDMETHOD_(ULONG,Release)(THIS) PURE;
974    /*** IDirectMusicSegment methods ***/
975    STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
976    STDMETHOD(SetLength)(THIS_ MUSIC_TIME mtLength) PURE;
977    STDMETHOD(GetRepeats)(THIS_ DWORD *pdwRepeats) PURE;
978    STDMETHOD(SetRepeats)(THIS_ DWORD dwRepeats) PURE;
979    STDMETHOD(GetDefaultResolution)(THIS_ DWORD *pdwResolution) PURE;
980    STDMETHOD(SetDefaultResolution)(THIS_ DWORD dwResolution) PURE;
981    STDMETHOD(GetTrack)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, IDirectMusicTrack **ppTrack) PURE;
982    STDMETHOD(GetTrackGroup)(THIS_ IDirectMusicTrack *pTrack, DWORD *pdwGroupBits) PURE;
983    STDMETHOD(InsertTrack)(THIS_ IDirectMusicTrack *pTrack, DWORD dwGroupBits) PURE;
984    STDMETHOD(RemoveTrack)(THIS_ IDirectMusicTrack *pTrack) PURE;
985    STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState **ppSegState, struct IDirectMusicPerformance *pPerformance, DWORD  dwFlags) PURE;
986    STDMETHOD(GetGraph)(THIS_ struct IDirectMusicGraph **ppGraph) PURE;
987    STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
988    STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
989    STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
990    STDMETHOD(GetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
991    STDMETHOD(SetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, void *pParam) PURE;
992    STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicSegment **ppSegment) PURE;
993    STDMETHOD(SetStartPoint)(THIS_ MUSIC_TIME mtStart) PURE;
994    STDMETHOD(GetStartPoint)(THIS_ MUSIC_TIME *pmtStart) PURE;
995    STDMETHOD(SetLoopPoints)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd) PURE;
996    STDMETHOD(GetLoopPoints)(THIS_ MUSIC_TIME *pmtStart, MUSIC_TIME *pmtEnd) PURE;
997    STDMETHOD(SetPChannelsUsed)(THIS_ DWORD dwNumPChannels, DWORD *paPChannels) PURE;
998};
999#undef INTERFACE
1000
1001#if !defined(__cplusplus) || defined(CINTERFACE)
1002/*** IUnknown methods ***/
1003#define IDirectMusicSegment_QueryInterface(p,a,b)       (p)->lpVtbl->QueryInterface(p,a,b)
1004#define IDirectMusicSegment_AddRef(p)                   (p)->lpVtbl->AddRef(p)
1005#define IDirectMusicSegment_Release(p)                  (p)->lpVtbl->Release(p)
1006/*** IDirectMusicSegment methods ***/
1007#define IDirectMusicSegment_GetLength(p,a)              (p)->lpVtbl->GetLength(p,a)
1008#define IDirectMusicSegment_SetLength(p,a)              (p)->lpVtbl->SetLength(p,a)
1009#define IDirectMusicSegment_GetRepeats(p,a)             (p)->lpVtbl->GetRepeats(p,a)
1010#define IDirectMusicSegment_SetRepeats(p,a)             (p)->lpVtbl->SetRepeats(p,a)
1011#define IDirectMusicSegment_GetDefaultResolution(p,a)   (p)->lpVtbl->GetDefaultResolution(p,a)
1012#define IDirectMusicSegment_SetDefaultResolution(p,a)   (p)->lpVtbl->SetDefaultResolution(p,a)
1013#define IDirectMusicSegment_GetTrack(p,a,b,c,d)         (p)->lpVtbl->GetTrack(p,a,b,c,d)
1014#define IDirectMusicSegment_GetTrackGroup(p,a,b)        (p)->lpVtbl->GetTrackGroup(p,a,b)
1015#define IDirectMusicSegment_InsertTrack(p,a,b)          (p)->lpVtbl->InsertTrack(p,a,b)
1016#define IDirectMusicSegment_RemoveTrack(p,a)            (p)->lpVtbl->RemoveTrack(p,a)
1017#define IDirectMusicSegment_InitPlay(p,a,b,c)           (p)->lpVtbl->InitPlay(p,a,b,c)
1018#define IDirectMusicSegment_GetGraph(p,a)               (p)->lpVtbl->GetGraph(p,a)
1019#define IDirectMusicSegment_SetGraph(p,a)               (p)->lpVtbl->SetGraph(p,a)
1020#define IDirectMusicSegment_AddNotificationType(p,a)    (p)->lpVtbl->AddNotificationType(p,a)
1021#define IDirectMusicSegment_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
1022#define IDirectMusicSegment_GetParam(p,a,b,c,d,e,f)     (p)->lpVtbl->GetParam(p,a,b,c,d,e,f)
1023#define IDirectMusicSegment_SetParam(p,a,b,c,d,e)       (p)->lpVtbl->SetParam(p,a,b,c,d,e)
1024#define IDirectMusicSegment_Clone(p,a,b,c)              (p)->lpVtbl->Clone(p,a,b,c)
1025#define IDirectMusicSegment_SetStartPoint(p,a)          (p)->lpVtbl->SetStartPoint(p,a)
1026#define IDirectMusicSegment_GetStartPoint(p,a)          (p)->lpVtbl->GetStartPoint(p,a)
1027#define IDirectMusicSegment_SetLoopPoints(p,a,b)        (p)->lpVtbl->SetLoopPoints(p,a,b)
1028#define IDirectMusicSegment_GetLoopPoints(p,a,b)        (p)->lpVtbl->GetLoopPoints(p,a,b)
1029#define IDirectMusicSegment_SetPChannelsUsed(p,a,b)     (p)->lpVtbl->SetPChannelsUsed(p,a,b)
1030#endif
1031
1032
1033/*****************************************************************************
1034 * IDirectMusicSegment8 interface
1035 */
1036#define INTERFACE IDirectMusicSegment8
1037DECLARE_INTERFACE_(IDirectMusicSegment8,IDirectMusicSegment)
1038{
1039    /*** IUnknown methods ***/
1040    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1041    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1042    STDMETHOD_(ULONG,Release)(THIS) PURE;
1043    /*** IDirectMusicSegment methods ***/
1044    STDMETHOD(GetLength)(THIS_ MUSIC_TIME *pmtLength) PURE;
1045    STDMETHOD(SetLength)(THIS_ MUSIC_TIME mtLength) PURE;
1046    STDMETHOD(GetRepeats)(THIS_ DWORD *pdwRepeats) PURE;
1047    STDMETHOD(SetRepeats)(THIS_ DWORD dwRepeats) PURE;
1048    STDMETHOD(GetDefaultResolution)(THIS_ DWORD *pdwResolution) PURE;
1049    STDMETHOD(SetDefaultResolution)(THIS_ DWORD dwResolution) PURE;
1050    STDMETHOD(GetTrack)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, IDirectMusicTrack **ppTrack) PURE;
1051    STDMETHOD(GetTrackGroup)(THIS_ IDirectMusicTrack *pTrack, DWORD *pdwGroupBits) PURE;
1052    STDMETHOD(InsertTrack)(THIS_ IDirectMusicTrack *pTrack, DWORD dwGroupBits) PURE;
1053    STDMETHOD(RemoveTrack)(THIS_ IDirectMusicTrack *pTrack) PURE;
1054    STDMETHOD(InitPlay)(THIS_ struct IDirectMusicSegmentState **ppSegState, struct IDirectMusicPerformance *pPerformance, DWORD  dwFlags) PURE;
1055    STDMETHOD(GetGraph)(THIS_ struct IDirectMusicGraph **ppGraph) PURE;
1056    STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
1057    STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1058    STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1059    STDMETHOD(GetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
1060    STDMETHOD(SetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, void *pParam) PURE;
1061    STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicSegment **ppSegment) PURE;
1062    STDMETHOD(SetStartPoint)(THIS_ MUSIC_TIME mtStart) PURE;
1063    STDMETHOD(GetStartPoint)(THIS_ MUSIC_TIME *pmtStart) PURE;
1064    STDMETHOD(SetLoopPoints)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd) PURE;
1065    STDMETHOD(GetLoopPoints)(THIS_ MUSIC_TIME *pmtStart, MUSIC_TIME *pmtEnd) PURE;
1066    STDMETHOD(SetPChannelsUsed)(THIS_ DWORD dwNumPChannels, DWORD *paPChannels) PURE;
1067    /*** IDirectMusicSegment8 methods ***/
1068    STDMETHOD(SetTrackConfig)(THIS_ REFGUID rguidTrackClassID, DWORD dwGroupBits, DWORD dwIndex, DWORD dwFlagsOn, DWORD dwFlagsOff) PURE;
1069    STDMETHOD(GetAudioPathConfig)(THIS_ IUnknown **ppAudioPathConfig) PURE;
1070    STDMETHOD(Compose)(THIS_ MUSIC_TIME mtTime, IDirectMusicSegment *pFromSegment, IDirectMusicSegment *pToSegment, IDirectMusicSegment **ppComposedSegment) PURE;
1071    STDMETHOD(Download)(THIS_ IUnknown *pAudioPath) PURE;
1072    STDMETHOD(Unload)(THIS_ IUnknown *pAudioPath) PURE;
1073};
1074#undef INTERFACE
1075
1076#if !defined(__cplusplus) || defined(CINTERFACE)
1077/*** IUnknown methods ***/
1078#define IDirectMusicSegment8_QueryInterface(p,a,b)       (p)->lpVtbl->QueryInterface(p,a,b)
1079#define IDirectMusicSegment8_AddRef(p)                   (p)->lpVtbl->AddRef(p)
1080#define IDirectMusicSegment8_Release(p)                  (p)->lpVtbl->Release(p)
1081/*** IDirectMusicSegment methods ***/
1082#define IDirectMusicSegment8_GetLength(p,a)              (p)->lpVtbl->GetLength(p,a)
1083#define IDirectMusicSegment8_SetLength(p,a)              (p)->lpVtbl->SetLength(p,a)
1084#define IDirectMusicSegment8_GetRepeats(p,a)             (p)->lpVtbl->GetRepeats(p,a)
1085#define IDirectMusicSegment8_SetRepeats(p,a)             (p)->lpVtbl->SetRepeats(p,a)
1086#define IDirectMusicSegment8_GetDefaultResolution(p,a)   (p)->lpVtbl->GetDefaultResolution(p,a)
1087#define IDirectMusicSegment8_SetDefaultResolution(p,a)   (p)->lpVtbl->SetDefaultResolution(p,a)
1088#define IDirectMusicSegment8_GetTrack(p,a,b,c,d)         (p)->lpVtbl->GetTrack(p,a,b,c,d)
1089#define IDirectMusicSegment8_GetTrackGroup(p,a,b)        (p)->lpVtbl->GetTrackGroup(p,a,b)
1090#define IDirectMusicSegment8_InsertTrack(p,a,b)          (p)->lpVtbl->InsertTrack(p,a,b)
1091#define IDirectMusicSegment8_RemoveTrack(p,a)            (p)->lpVtbl->RemoveTrack(p,a)
1092#define IDirectMusicSegment8_InitPlay(p,a,b,c)           (p)->lpVtbl->InitPlay(p,a,b,c)
1093#define IDirectMusicSegment8_GetGraph(p,a)               (p)->lpVtbl->GetGraph(p,a)
1094#define IDirectMusicSegment8_SetGraph(p,a)               (p)->lpVtbl->SetGraph(p,a)
1095#define IDirectMusicSegment8_AddNotificationType(p,a)    (p)->lpVtbl->AddNotificationType(p,a)
1096#define IDirectMusicSegment8_RemoveNotificationType(p,a) (p)->lpVtbl->RemoveNotificationType(p,a)
1097#define IDirectMusicSegment8_GetParam(p,a,b,c,d,e,f)     (p)->lpVtbl->GetParam(p,a,b,c,d,e,f)
1098#define IDirectMusicSegment8_SetParam(p,a,b,c,d,e)       (p)->lpVtbl->SetParam(p,a,b,c,d,e)
1099#define IDirectMusicSegment8_Clone(p,a,b,c)              (p)->lpVtbl->Clone(p,a,b,c)
1100#define IDirectMusicSegment8_SetStartPoint(p,a)          (p)->lpVtbl->SetStartPoint(p,a)
1101#define IDirectMusicSegment8_GetStartPoint(p,a)          (p)->lpVtbl->GetStartPoint(p,a)
1102#define IDirectMusicSegment8_SetLoopPoints(p,a,b)        (p)->lpVtbl->SetLoopPoints(p,a,b)
1103#define IDirectMusicSegment8_GetLoopPoints(p,a,b)        (p)->lpVtbl->GetLoopPoints(p,a,b)
1104#define IDirectMusicSegment8_SetPChannelsUsed(p,a,b)     (p)->lpVtbl->SetPChannelsUsed(p,a,b)
1105/*** IDirectMusicSegment8 methods ***/
1106#define IDirectMusicSegment8_SetTrackConfig(p,a,b,c,d,e) (p)->lpVtbl->SetTrackConfig(p,a,b,c,d,e)
1107#define IDirectMusicSegment8_GetAudioPathConfig(p,a)     (p)->lpVtbl->GetAudioPathConfig(p,a)
1108#define IDirectMusicSegment8_Compose(p,a,b,c,d)          (p)->lpVtbl->Compose(p,a,b,c,d)
1109#define IDirectMusicSegment8_Download(p,a)               (p)->lpVtbl->Download(p,a)
1110#define IDirectMusicSegment8_Unload(p,a)                 (p)->lpVtbl->Unload(p,a)
1111#endif
1112
1113
1114/*****************************************************************************
1115 * IDirectMusicSegmentState interface
1116 */
1117#define INTERFACE IDirectMusicSegmentState
1118DECLARE_INTERFACE_(IDirectMusicSegmentState,IUnknown)
1119{
1120    /*** IUnknown methods ***/
1121    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1122    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1123    STDMETHOD_(ULONG,Release)(THIS) PURE;
1124    /*** IDirectMusicSegmentState methods ***/
1125    STDMETHOD(GetRepeats)(THIS_ DWORD *pdwRepeats) PURE;
1126    STDMETHOD(GetSegment)(THIS_ IDirectMusicSegment **ppSegment) PURE;
1127    STDMETHOD(GetStartTime)(THIS_ MUSIC_TIME *pmtStart) PURE;
1128    STDMETHOD(GetSeek)(THIS_ MUSIC_TIME *pmtSeek) PURE;
1129    STDMETHOD(GetStartPoint)(THIS_ MUSIC_TIME *pmtStart) PURE;
1130};
1131#undef INTERFACE
1132
1133#if !defined(__cplusplus) || defined(CINTERFACE)
1134/*** IUnknown methods ***/
1135#define IDirectMusicSegmentState_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1136#define IDirectMusicSegmentState_AddRef(p)             (p)->lpVtbl->AddRef(p)
1137#define IDirectMusicSegmentState_Release(p)            (p)->lpVtbl->Release(p)
1138/*** IDirectMusicSegmentState methods ***/
1139#define IDirectMusicSegmentState_GetRepeats(p,a)       (p)->lpVtbl->GetRepeats(p,a)
1140#define IDirectMusicSegmentState_GetSegment(p,a)       (p)->lpVtbl->GetSegment(p,a)
1141#define IDirectMusicSegmentState_GetStartTime(p,a)     (p)->lpVtbl->GetStartTime(p,a)
1142#define IDirectMusicSegmentState_GetSeek(p,a)          (p)->lpVtbl->GetSeek(p,a)
1143#define IDirectMusicSegmentState_GetStartPoint(p,a)    (p)->lpVtbl->GetStartPoint(p,a)
1144#endif
1145
1146
1147/*****************************************************************************
1148 * IDirectMusicSegmentState8 interface
1149 */
1150#define INTERFACE IDirectMusicSegmentState8
1151DECLARE_INTERFACE_(IDirectMusicSegmentState8,IDirectMusicSegmentState)
1152{
1153    /*** IUnknown methods ***/
1154    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1155    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1156    STDMETHOD_(ULONG,Release)(THIS) PURE;
1157    /*** IDirectMusicSegmentState methods ***/
1158    STDMETHOD(GetRepeats)(THIS_ DWORD *pdwRepeats) PURE;
1159    STDMETHOD(GetSegment)(THIS_ IDirectMusicSegment **ppSegment) PURE;
1160    STDMETHOD(GetStartTime)(THIS_ MUSIC_TIME *pmtStart) PURE;
1161    STDMETHOD(GetSeek)(THIS_ MUSIC_TIME *pmtSeek) PURE;
1162    STDMETHOD(GetStartPoint)(THIS_ MUSIC_TIME *pmtStart) PURE;
1163    /*** IDirectMusicSegmentState8 methods ***/
1164    STDMETHOD(SetTrackConfig)(THIS_ REFGUID rguidTrackClassID, DWORD dwGroupBits, DWORD dwIndex, DWORD dwFlagsOn, DWORD dwFlagsOff) PURE;
1165    STDMETHOD(GetObjectInPath)(THIS_ DWORD dwPChannel, DWORD dwStage, DWORD dwBuffer, REFGUID guidObject, DWORD dwIndex, REFGUID iidInterface, void **ppObject) PURE;
1166};
1167#undef INTERFACE
1168
1169#if !defined(__cplusplus) || defined(CINTERFACE)
1170/*** IUnknown methods ***/
1171#define IDirectMusicSegmentState8_QueryInterface(p,a,b)            (p)->lpVtbl->QueryInterface(p,a,b)
1172#define IDirectMusicSegmentState8_AddRef(p)                        (p)->lpVtbl->AddRef(p)
1173#define IDirectMusicSegmentState8_Release(p)                       (p)->lpVtbl->Release(p)
1174/*** IDirectMusicSegmentState methods ***/
1175#define IDirectMusicSegmentState8_GetRepeats(p,a)                  (p)->lpVtbl->GetRepeats(p,a)
1176#define IDirectMusicSegmentState8_GetSegment(p,a)                  (p)->lpVtbl->GetSegment(p,a)
1177#define IDirectMusicSegmentState8_GetStartTime(p,a)                (p)->lpVtbl->GetStartTime(p,a)
1178#define IDirectMusicSegmentState8_GetSeek(p,a)                     (p)->lpVtbl->GetSeek(p,a)
1179#define IDirectMusicSegmentState8_GetStartPoint(p,a)               (p)->lpVtbl->GetStartPoint(p,a)
1180/*** IDirectMusicSegmentState8 methods ***/
1181#define IDirectMusicSegmentState8_SetTrackConfig(p,a,b,c,d,e)      (p)->lpVtbl->SetTrackConfig(p,a,b,c,d,e)
1182#define IDirectMusicSegmentState8_GetObjectInPath(p,a,b,c,d,e,f,g) (p)->lpVtbl->GetObjectInPath(p,a,b,c,d,e,f,g)
1183#endif
1184
1185
1186/*****************************************************************************
1187 * IDirectMusicAudioPath interface
1188 */
1189#define INTERFACE IDirectMusicAudioPath
1190DECLARE_INTERFACE_(IDirectMusicAudioPath,IUnknown)
1191{
1192    /*** IUnknown methods ***/
1193    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1194    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1195    STDMETHOD_(ULONG,Release)(THIS) PURE;
1196    /*** IDirectMusicAudioPath methods ***/
1197    STDMETHOD(GetObjectInPath)(THIS_ DWORD dwPChannel, DWORD dwStage, DWORD dwBuffer, REFGUID guidObject, WORD dwIndex, REFGUID iidInterface, void **ppObject) PURE;
1198    STDMETHOD(Activate)(THIS_ WINBOOL fActivate) PURE;
1199    STDMETHOD(SetVolume)(THIS_ LONG lVolume, DWORD dwDuration) PURE;
1200    STDMETHOD(ConvertPChannel)(THIS_ DWORD dwPChannelIn, DWORD *pdwPChannelOut) PURE;
1201};
1202#undef INTERFACE
1203
1204#if !defined(__cplusplus) || defined(CINTERFACE)
1205/*** IUnknown methods ***/
1206#define IDirectMusicAudioPath_QueryInterface(p,a,b)            (p)->lpVtbl->QueryInterface(p,a,b)
1207#define IDirectMusicAudioPath_AddRef(p)                        (p)->lpVtbl->AddRef(p)
1208#define IDirectMusicAudioPath_Release(p)                       (p)->lpVtbl->Release(p)
1209/*** IDirectMusicAudioPath methods ***/
1210#define IDirectMusicAudioPath_GetObjectInPath(p,a,b,c,d,e,f,g) (p)->lpVtbl->GetObjectInPath(p,a,b,c,d,e,f,g)
1211#define IDirectMusicAudioPath_Activate(p,a)                    (p)->lpVtbl->Activate(p,a)
1212#define IDirectMusicAudioPath_SetVolume(p,a,b)                 (p)->lpVtbl->SetVolume(p,a,b)
1213#define IDirectMusicAudioPath_ConvertPChannel(p,a,b)           (p)->lpVtbl->ConvertPChannel(p,a,b)
1214#endif
1215
1216
1217/*****************************************************************************
1218 * IDirectMusicPerformance interface
1219 */
1220#define INTERFACE IDirectMusicPerformance
1221DECLARE_INTERFACE_(IDirectMusicPerformance,IUnknown)
1222{
1223    /*** IUnknown methods ***/
1224    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1225    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1226    STDMETHOD_(ULONG,Release)(THIS) PURE;
1227    /*** IDirectMusicPerformance methods ***/
1228    STDMETHOD(Init)(THIS_ IDirectMusic **ppDirectMusic, LPDIRECTSOUND pDirectSound, HWND hWnd) PURE;
1229    STDMETHOD(PlaySegment)(THIS_ IDirectMusicSegment *pSegment, DWORD dwFlags, __int64 i64StartTime, IDirectMusicSegmentState **ppSegmentState) PURE;
1230    STDMETHOD(Stop)(THIS_ IDirectMusicSegment *pSegment, IDirectMusicSegmentState *pSegmentState, MUSIC_TIME mtTime, DWORD dwFlags) PURE;
1231    STDMETHOD(GetSegmentState)(THIS_ IDirectMusicSegmentState **ppSegmentState, MUSIC_TIME mtTime) PURE;
1232    STDMETHOD(SetPrepareTime)(THIS_ DWORD dwMilliSeconds) PURE;
1233    STDMETHOD(GetPrepareTime)(THIS_ DWORD *pdwMilliSeconds) PURE;
1234    STDMETHOD(SetBumperLength)(THIS_ DWORD dwMilliSeconds) PURE;
1235    STDMETHOD(GetBumperLength)(THIS_ DWORD *pdwMilliSeconds) PURE;
1236    STDMETHOD(SendPMsg)(THIS_ DMUS_PMSG *pPMSG) PURE;
1237    STDMETHOD(MusicToReferenceTime)(THIS_ MUSIC_TIME mtTime, REFERENCE_TIME *prtTime) PURE;
1238    STDMETHOD(ReferenceToMusicTime)(THIS_ REFERENCE_TIME rtTime, MUSIC_TIME *pmtTime) PURE;
1239    STDMETHOD(IsPlaying)(THIS_ IDirectMusicSegment *pSegment, IDirectMusicSegmentState *pSegState) PURE;
1240    STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *prtNow, MUSIC_TIME *pmtNow) PURE;
1241    STDMETHOD(AllocPMsg)(THIS_ ULONG cb, DMUS_PMSG **ppPMSG) PURE;
1242    STDMETHOD(FreePMsg)(THIS_ DMUS_PMSG *pPMSG) PURE;
1243    STDMETHOD(GetGraph)(THIS_ struct IDirectMusicGraph **ppGraph) PURE;
1244    STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
1245    STDMETHOD(SetNotificationHandle)(THIS_ HANDLE hNotification, REFERENCE_TIME rtMinimum) PURE;
1246    STDMETHOD(GetNotificationPMsg)(THIS_ DMUS_NOTIFICATION_PMSG **ppNotificationPMsg) PURE;
1247    STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1248    STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1249    STDMETHOD(AddPort)(THIS_ IDirectMusicPort *pPort) PURE;
1250    STDMETHOD(RemovePort)(THIS_ IDirectMusicPort *pPort) PURE;
1251    STDMETHOD(AssignPChannelBlock)(THIS_ DWORD dwBlockNum, IDirectMusicPort *pPort, DWORD dwGroup) PURE;
1252    STDMETHOD(AssignPChannel)(THIS_ DWORD dwPChannel, IDirectMusicPort *pPort, DWORD dwGroup, DWORD dwMChannel) PURE;
1253    STDMETHOD(PChannelInfo)(THIS_ DWORD dwPChannel, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
1254    STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
1255    STDMETHOD(Invalidate)(THIS_ MUSIC_TIME mtTime, DWORD dwFlags) PURE;
1256    STDMETHOD(GetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
1257    STDMETHOD(SetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, void *pParam) PURE;
1258    STDMETHOD(GetGlobalParam)(THIS_ REFGUID rguidType, void *pParam, DWORD dwSize) PURE;
1259    STDMETHOD(SetGlobalParam)(THIS_ REFGUID rguidType, void *pParam, DWORD dwSize) PURE;
1260    STDMETHOD(GetLatencyTime)(THIS_ REFERENCE_TIME *prtTime) PURE;
1261    STDMETHOD(GetQueueTime)(THIS_ REFERENCE_TIME *prtTime) PURE;
1262    STDMETHOD(AdjustTime)(THIS_ REFERENCE_TIME rtAmount) PURE;
1263    STDMETHOD(CloseDown)(THIS) PURE;
1264    STDMETHOD(GetResolvedTime)(THIS_ REFERENCE_TIME rtTime, REFERENCE_TIME *prtResolved, DWORD dwTimeResolveFlags) PURE;
1265    STDMETHOD(MIDIToMusic)(THIS_ BYTE bMIDIValue, DMUS_CHORD_KEY *pChord, BYTE bPlayMode, BYTE bChordLevel, WORD *pwMusicValue) PURE;
1266    STDMETHOD(MusicToMIDI)(THIS_ WORD wMusicValue, DMUS_CHORD_KEY *pChord, BYTE bPlayMode, BYTE bChordLevel, BYTE *pbMIDIValue) PURE;
1267    STDMETHOD(TimeToRhythm)(THIS_ MUSIC_TIME mtTime, DMUS_TIMESIGNATURE *pTimeSig, WORD *pwMeasure, BYTE *pbBeat, BYTE *pbGrid, short *pnOffset) PURE;
1268    STDMETHOD(RhythmToTime)(THIS_ WORD wMeasure, BYTE bBeat, BYTE bGrid, short nOffset, DMUS_TIMESIGNATURE *pTimeSig, MUSIC_TIME *pmtTime) PURE;
1269};
1270#undef INTERFACE
1271
1272#if !defined(__cplusplus) || defined(CINTERFACE)
1273/*** IUnknown methods ***/
1274#define IDirectMusicPerformance_QueryInterface(p,a,b)                 (p)->lpVtbl->QueryInterface(p,a,b)
1275#define IDirectMusicPerformance_AddRef(p)                             (p)->lpVtbl->AddRef(p)
1276#define IDirectMusicPerformance_Release(p)                            (p)->lpVtbl->Release(p)
1277/*** IDirectMusicPerformance methods ***/
1278#define IDirectMusicPerformance_Init(p,a,b,c)                         (p)->lpVtbl->Init(p,a,b,c)
1279#define IDirectMusicPerformance_PlaySegment(p,a,b,c,d)                (p)->lpVtbl->PlaySegment(p,a,b,c,d)
1280#define IDirectMusicPerformance_Stop(p,a,b,c,d)                       (p)->lpVtbl->Stop(p,a,b,c,d)
1281#define IDirectMusicPerformance_GetSegmentState(p,a,b)                (p)->lpVtbl->GetSegmentState(p,a,b)
1282#define IDirectMusicPerformance_SetPrepareTime(p,a)                   (p)->lpVtbl->SetPrepareTime(p,a)
1283#define IDirectMusicPerformance_GetPrepareTime(p,a)                   (p)->lpVtbl->GetPrepareTime(p,a)
1284#define IDirectMusicPerformance_SetBumperLength(p,a)                  (p)->lpVtbl->SetBumperLength(p,a)
1285#define IDirectMusicPerformance_GetBumperLength(p,a)                  (p)->lpVtbl->GetBumperLength(p,a)
1286#define IDirectMusicPerformance_SendPMsg(p,a)                         (p)->lpVtbl->SendPMsg(p,a)
1287#define IDirectMusicPerformance_MusicToReferenceTime(p,a,b)           (p)->lpVtbl->MusicToReferenceTime(p,a,b)
1288#define IDirectMusicPerformance_ReferenceToMusicTime(p,a,b)           (p)->lpVtbl->ReferenceToMusicTime(p,a,b)
1289#define IDirectMusicPerformance_IsPlaying(p,a,b)                      (p)->lpVtbl->IsPlaying(p,a,b)
1290#define IDirectMusicPerformance_GetTime(p,a,b)                        (p)->lpVtbl->GetTime(p,a,b)
1291#define IDirectMusicPerformance_AllocPMsg(p,a,b)                      (p)->lpVtbl->AllocPMsg(p,a,b)
1292#define IDirectMusicPerformance_FreePMsg(p,a)                         (p)->lpVtbl->FreePMsg(p,a)
1293#define IDirectMusicPerformance_GetGraph(p,a)                         (p)->lpVtbl->GetGraph(p,a)
1294#define IDirectMusicPerformance_SetGraph(p,a)                         (p)->lpVtbl->SetGraph(p,a)
1295#define IDirectMusicPerformance_SetNotificationHandle(p,a,b)          (p)->lpVtbl->SetNotificationHandle(p,a,b)
1296#define IDirectMusicPerformance_GetNotificationPMsg(p,a)              (p)->lpVtbl->GetNotificationPMsg(p,a)
1297#define IDirectMusicPerformance_AddNotificationType(p,a)              (p)->lpVtbl->AddNotificationType(p,a)
1298#define IDirectMusicPerformance_RemoveNotificationType(p,a)           (p)->lpVtbl->RemoveNotificationType(p,a)
1299#define IDirectMusicPerformance_AddPort(p,a)                          (p)->lpVtbl->AddPort(p,a)
1300#define IDirectMusicPerformance_RemovePort(p,a)                       (p)->lpVtbl->RemovePort(p,a)
1301#define IDirectMusicPerformance_AssignPChannelBlock(p,a,b,c)          (p)->lpVtbl->AssignPChannelBlock(p,a,b,c)
1302#define IDirectMusicPerformance_AssignPChannel(p,a,b,c,d)             (p)->lpVtbl->AssignPChannel(p,a,b,c,d)
1303#define IDirectMusicPerformance_PChannelInfo(p,a,b,c,d)               (p)->lpVtbl->PChannelInfo(p,a,b,c,d)
1304#define IDirectMusicPerformance_DownloadInstrument(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->DownloadInstrument(p,a,b,c,d,e,f,g,h)
1305#define IDirectMusicPerformance_Invalidate(p,a,b)                     (p)->lpVtbl->Invalidate(p,a,b)
1306#define IDirectMusicPerformance_GetParam(p,a,b,c,d,e,f)               (p)->lpVtbl->GetParam(p,a,b,c,d,e,f)
1307#define IDirectMusicPerformance_SetParam(p,a,b,c,d,e)                 (p)->lpVtbl->SetParam(p,a,b,c,d,e)
1308#define IDirectMusicPerformance_GetGlobalParam(p,a,b,c)               (p)->lpVtbl->GetGlobalParam(p,a,b,c)
1309#define IDirectMusicPerformance_SetGlobalParam(p,a,b,c)               (p)->lpVtbl->SetGlobalParam(p,a,b,c)
1310#define IDirectMusicPerformance_GetLatencyTime(p,a)                   (p)->lpVtbl->GetLatencyTime(p,a)
1311#define IDirectMusicPerformance_GetQueueTime(p,a)                     (p)->lpVtbl->GetQueueTime(p,a)
1312#define IDirectMusicPerformance_AdjustTime(p,a)                       (p)->lpVtbl->AdjustTime(p,a)
1313#define IDirectMusicPerformance_CloseDown(p)                          (p)->lpVtbl->CloseDown(p)
1314#define IDirectMusicPerformance_GetResolvedTime(p,a,b,c)              (p)->lpVtbl->GetResolvedTime(p,a,b,c)
1315#define IDirectMusicPerformance_MIDIToMusic(p,a,b,c,d,e)              (p)->lpVtbl->MIDIToMusic(p,a,b,c,d,e)
1316#define IDirectMusicPerformance_MusicToMIDI(p,a,b,c,d,e)              (p)->lpVtbl->MusicToMIDI(p,a,b,c,d,e)
1317#define IDirectMusicPerformance_TimeToRhythm(p,a,b,c,d,e,f)           (p)->lpVtbl->TimeToRhythm(p,a,b,c,d,e,f)
1318#define IDirectMusicPerformance_RhythmToTime(p,a,b,c,d,e,f)           (p)->lpVtbl->RhythmToTime(p,a,b,c,d,e,f)
1319#endif
1320
1321
1322/*****************************************************************************
1323 * IDirectMusicPerformance8 interface
1324 */
1325#define INTERFACE IDirectMusicPerformance8
1326DECLARE_INTERFACE_(IDirectMusicPerformance8,IDirectMusicPerformance)
1327{
1328    /*** IUnknown methods ***/
1329    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1330    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1331    STDMETHOD_(ULONG,Release)(THIS) PURE;
1332    /*** IDirectMusicPerformance methods ***/
1333    STDMETHOD(Init)(THIS_ IDirectMusic **ppDirectMusic, LPDIRECTSOUND pDirectSound, HWND hWnd) PURE;
1334    STDMETHOD(PlaySegment)(THIS_ IDirectMusicSegment *pSegment, DWORD dwFlags, __int64 i64StartTime, IDirectMusicSegmentState **ppSegmentState) PURE;
1335    STDMETHOD(Stop)(THIS_ IDirectMusicSegment *pSegment, IDirectMusicSegmentState *pSegmentState, MUSIC_TIME mtTime, DWORD dwFlags) PURE;
1336    STDMETHOD(GetSegmentState)(THIS_ IDirectMusicSegmentState **ppSegmentState, MUSIC_TIME mtTime) PURE;
1337    STDMETHOD(SetPrepareTime)(THIS_ DWORD dwMilliSeconds) PURE;
1338    STDMETHOD(GetPrepareTime)(THIS_ DWORD *pdwMilliSeconds) PURE;
1339    STDMETHOD(SetBumperLength)(THIS_ DWORD dwMilliSeconds) PURE;
1340    STDMETHOD(GetBumperLength)(THIS_ DWORD *pdwMilliSeconds) PURE;
1341    STDMETHOD(SendPMsg)(THIS_ DMUS_PMSG *pPMSG) PURE;
1342    STDMETHOD(MusicToReferenceTime)(THIS_ MUSIC_TIME mtTime, REFERENCE_TIME *prtTime) PURE;
1343    STDMETHOD(ReferenceToMusicTime)(THIS_ REFERENCE_TIME rtTime, MUSIC_TIME *pmtTime) PURE;
1344    STDMETHOD(IsPlaying)(THIS_ IDirectMusicSegment *pSegment, IDirectMusicSegmentState *pSegState) PURE;
1345    STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *prtNow, MUSIC_TIME *pmtNow) PURE;
1346    STDMETHOD(AllocPMsg)(THIS_ ULONG cb, DMUS_PMSG **ppPMSG) PURE;
1347    STDMETHOD(FreePMsg)(THIS_ DMUS_PMSG *pPMSG) PURE;
1348    STDMETHOD(GetGraph)(THIS_ struct IDirectMusicGraph **ppGraph) PURE;
1349    STDMETHOD(SetGraph)(THIS_ struct IDirectMusicGraph *pGraph) PURE;
1350    STDMETHOD(SetNotificationHandle)(THIS_ HANDLE hNotification, REFERENCE_TIME rtMinimum) PURE;
1351    STDMETHOD(GetNotificationPMsg)(THIS_ DMUS_NOTIFICATION_PMSG **ppNotificationPMsg) PURE;
1352    STDMETHOD(AddNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1353    STDMETHOD(RemoveNotificationType)(THIS_ REFGUID rguidNotificationType) PURE;
1354    STDMETHOD(AddPort)(THIS_ IDirectMusicPort *pPort) PURE;
1355    STDMETHOD(RemovePort)(THIS_ IDirectMusicPort *pPort) PURE;
1356    STDMETHOD(AssignPChannelBlock)(THIS_ DWORD dwBlockNum, IDirectMusicPort *pPort, DWORD dwGroup) PURE;
1357    STDMETHOD(AssignPChannel)(THIS_ DWORD dwPChannel, IDirectMusicPort *pPort, DWORD dwGroup, DWORD dwMChannel) PURE;
1358    STDMETHOD(PChannelInfo)(THIS_ DWORD dwPChannel, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
1359    STDMETHOD(DownloadInstrument)(THIS_ IDirectMusicInstrument *pInst, DWORD dwPChannel, IDirectMusicDownloadedInstrument **ppDownInst, DMUS_NOTERANGE *pNoteRanges, DWORD dwNumNoteRanges, IDirectMusicPort **ppPort, DWORD *pdwGroup, DWORD *pdwMChannel) PURE;
1360    STDMETHOD(Invalidate)(THIS_ MUSIC_TIME mtTime, DWORD dwFlags) PURE;
1361    STDMETHOD(GetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
1362    STDMETHOD(SetParam)(THIS_ REFGUID rguidType, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, void *pParam) PURE;
1363    STDMETHOD(GetGlobalParam)(THIS_ REFGUID rguidType, void *pParam, DWORD dwSize) PURE;
1364    STDMETHOD(SetGlobalParam)(THIS_ REFGUID rguidType, void *pParam, DWORD dwSize) PURE;
1365    STDMETHOD(GetLatencyTime)(THIS_ REFERENCE_TIME *prtTime) PURE;
1366    STDMETHOD(GetQueueTime)(THIS_ REFERENCE_TIME *prtTime) PURE;
1367    STDMETHOD(AdjustTime)(THIS_ REFERENCE_TIME rtAmount) PURE;
1368    STDMETHOD(CloseDown)(THIS) PURE;
1369    STDMETHOD(GetResolvedTime)(THIS_ REFERENCE_TIME rtTime, REFERENCE_TIME *prtResolved, DWORD dwTimeResolveFlags) PURE;
1370    STDMETHOD(MIDIToMusic)(THIS_ BYTE bMIDIValue, DMUS_CHORD_KEY *pChord, BYTE bPlayMode, BYTE bChordLevel, WORD *pwMusicValue) PURE;
1371    STDMETHOD(MusicToMIDI)(THIS_ WORD wMusicValue, DMUS_CHORD_KEY *pChord, BYTE bPlayMode, BYTE bChordLevel, BYTE *pbMIDIValue) PURE;
1372    STDMETHOD(TimeToRhythm)(THIS_ MUSIC_TIME mtTime, DMUS_TIMESIGNATURE *pTimeSig, WORD *pwMeasure, BYTE *pbBeat, BYTE *pbGrid, short *pnOffset) PURE;
1373    STDMETHOD(RhythmToTime)(THIS_ WORD wMeasure, BYTE bBeat, BYTE bGrid, short nOffset, DMUS_TIMESIGNATURE *pTimeSig, MUSIC_TIME *pmtTime) PURE;
1374    /*** IDirectMusicPerformance8 methods ***/
1375    STDMETHOD(InitAudio)(THIS_ IDirectMusic **ppDirectMusic, IDirectSound **ppDirectSound, HWND hWnd, DWORD dwDefaultPathType, DWORD dwPChannelCount, DWORD dwFlags, DMUS_AUDIOPARAMS *pParams) PURE;
1376    STDMETHOD(PlaySegmentEx)(THIS_ IUnknown *pSource, WCHAR *pwzSegmentName, IUnknown *pTransition, DWORD dwFlags, __int64 i64StartTime, IDirectMusicSegmentState **ppSegmentState, IUnknown *pFrom, IUnknown *pAudioPath) PURE;
1377    STDMETHOD(StopEx)(THIS_ IUnknown *pObjectToStop, __int64 i64StopTime, DWORD dwFlags) PURE;
1378    STDMETHOD(ClonePMsg)(THIS_ DMUS_PMSG *pSourcePMSG, DMUS_PMSG **ppCopyPMSG) PURE;
1379    STDMETHOD(CreateAudioPath)(THIS_ IUnknown *pSourceConfig, WINBOOL fActivate, IDirectMusicAudioPath **ppNewPath) PURE;
1380    STDMETHOD(CreateStandardAudioPath)(THIS_ DWORD dwType, DWORD dwPChannelCount, WINBOOL fActivate, IDirectMusicAudioPath **ppNewPath) PURE;
1381    STDMETHOD(SetDefaultAudioPath)(THIS_ IDirectMusicAudioPath *pAudioPath) PURE;
1382    STDMETHOD(GetDefaultAudioPath)(THIS_ IDirectMusicAudioPath **ppAudioPath) PURE;
1383    STDMETHOD(GetParamEx)(THIS_ REFGUID rguidType, DWORD dwTrackID, DWORD dwGroupBits, DWORD dwIndex, MUSIC_TIME mtTime, MUSIC_TIME *pmtNext, void *pParam) PURE;
1384};
1385#undef INTERFACE
1386
1387#if !defined(__cplusplus) || defined(CINTERFACE)
1388/*** IUnknown methods ***/
1389#define IDirectMusicPerformance8_QueryInterface(p,a,b)                 (p)->lpVtbl->QueryInterface(p,a,b)
1390#define IDirectMusicPerformance8_AddRef(p)                             (p)->lpVtbl->AddRef(p)
1391#define IDirectMusicPerformance8_Release(p)                            (p)->lpVtbl->Release(p)
1392/*** IDirectMusicPerformance methods ***/
1393#define IDirectMusicPerformance8_Init(p,a,b,c)                         (p)->lpVtbl->Init(p,a,b,c)
1394#define IDirectMusicPerformance8_PlaySegment(p,a,b,c,d)                (p)->lpVtbl->PlaySegment(p,a,b,c,d)
1395#define IDirectMusicPerformance8_Stop(p,a,b,c,d)                       (p)->lpVtbl->Stop(p,a,b,c,d)
1396#define IDirectMusicPerformance8_GetSegmentState(p,a,b)                (p)->lpVtbl->GetSegmentState(p,a,b)
1397#define IDirectMusicPerformance8_SetPrepareTime(p,a)                   (p)->lpVtbl->SetPrepareTime(p,a)
1398#define IDirectMusicPerformance8_GetPrepareTime(p,a)                   (p)->lpVtbl->GetPrepareTime(p,a)
1399#define IDirectMusicPerformance8_SetBumperLength(p,a)                  (p)->lpVtbl->SetBumperLength(p,a)
1400#define IDirectMusicPerformance8_GetBumperLength(p,a)                  (p)->lpVtbl->GetBumperLength(p,a)
1401#define IDirectMusicPerformance8_SendPMsg(p,a)                         (p)->lpVtbl->SendPMsg(p,a)
1402#define IDirectMusicPerformance8_MusicToReferenceTime(p,a,b)           (p)->lpVtbl->MusicToReferenceTime(p,a,b)
1403#define IDirectMusicPerformance8_ReferenceToMusicTime(p,a,b)           (p)->lpVtbl->ReferenceToMusicTime(p,a,b)
1404#define IDirectMusicPerformance8_IsPlaying(p,a,b)                      (p)->lpVtbl->IsPlaying(p,a,b)
1405#define IDirectMusicPerformance8_GetTime(p,a,b)                        (p)->lpVtbl->GetTime(p,a,b)
1406#define IDirectMusicPerformance8_AllocPMsg(p,a,b)                      (p)->lpVtbl->AllocPMsg(p,a,b)
1407#define IDirectMusicPerformance8_FreePMsg(p,a)                         (p)->lpVtbl->FreePMsg(p,a)
1408#define IDirectMusicPerformance8_GetGraph(p,a)                         (p)->lpVtbl->GetGraph(p,a)
1409#define IDirectMusicPerformance8_SetGraph(p,a)                         (p)->lpVtbl->SetGraph(p,a)
1410#define IDirectMusicPerformance8_SetNotificationHandle(p,a,b)          (p)->lpVtbl->SetNotificationHandle(p,a,b)
1411#define IDirectMusicPerformance8_GetNotificationPMsg(p,a)              (p)->lpVtbl->GetNotificationPMsg(p,a)
1412#define IDirectMusicPerformance8_AddNotificationType(p,a)              (p)->lpVtbl->AddNotificationType(p,a)
1413#define IDirectMusicPerformance8_RemoveNotificationType(p,a)           (p)->lpVtbl->RemoveNotificationType(p,a)
1414#define IDirectMusicPerformance8_AddPort(p,a)                          (p)->lpVtbl->AddPort(p,a)
1415#define IDirectMusicPerformance8_RemovePort(p,a)                       (p)->lpVtbl->RemovePort(p,a)
1416#define IDirectMusicPerformance8_AssignPChannelBlock(p,a,b,c)          (p)->lpVtbl->AssignPChannelBlock(p,a,b,c)
1417#define IDirectMusicPerformance8_AssignPChannel(p,a,b,c,d)             (p)->lpVtbl->AssignPChannel(p,a,b,c,d)
1418#define IDirectMusicPerformance8_PChannelInfo(p,a,b,c,d)               (p)->lpVtbl->PChannelInfo(p,a,b,c,d)
1419#define IDirectMusicPerformance8_DownloadInstrument(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->DownloadInstrument(p,a,b,c,d,e,f,g,h)
1420#define IDirectMusicPerformance8_Invalidate(p,a,b)                     (p)->lpVtbl->Invalidate(p,a,b)
1421#define IDirectMusicPerformance8_GetParam(p,a,b,c,d,e,f)               (p)->lpVtbl->GetParam(p,a,b,c,d,e,f)
1422#define IDirectMusicPerformance8_SetParam(p,a,b,c,d,e)                 (p)->lpVtbl->SetParam(p,a,b,c,d,e)
1423#define IDirectMusicPerformance8_GetGlobalParam(p,a,b,c)               (p)->lpVtbl->GetGlobalParam(p,a,b,c)
1424#define IDirectMusicPerformance8_SetGlobalParam(p,a,b,c)               (p)->lpVtbl->SetGlobalParam(p,a,b,c)
1425#define IDirectMusicPerformance8_GetLatencyTime(p,a)                   (p)->lpVtbl->GetLatencyTime(p,a)
1426#define IDirectMusicPerformance8_GetQueueTime(p,a)                     (p)->lpVtbl->GetQueueTime(p,a)
1427#define IDirectMusicPerformance8_AdjustTime(p,a)                       (p)->lpVtbl->AdjustTime(p,a)
1428#define IDirectMusicPerformance8_CloseDown(p)                          (p)->lpVtbl->CloseDown(p)
1429#define IDirectMusicPerformance8_GetResolvedTime(p,a,b,c)              (p)->lpVtbl->GetResolvedTime(p,a,b,c)
1430#define IDirectMusicPerformance8_MIDIToMusic(p,a,b,c,d,e)              (p)->lpVtbl->MIDIToMusic(p,a,b,c,d,e)
1431#define IDirectMusicPerformance8_MusicToMIDI(p,a,b,c,d,e)              (p)->lpVtbl->MusicToMIDI(p,a,b,c,d,e)
1432#define IDirectMusicPerformance8_TimeToRhythm(p,a,b,c,d,e,f)           (p)->lpVtbl->TimeToRhythm(p,a,b,c,d,e,f)
1433#define IDirectMusicPerformance8_RhythmToTime(p,a,b,c,d,e,f)           (p)->lpVtbl->RhythmToTime(p,a,b,c,d,e,f)
1434    /*  IDirectMusicPerformance8 methods*/
1435#define IDirectMusicPerformance8_InitAudio(p,a,b,c,d,e,f,g)            (p)->lpVtbl->InitAudio(p,a,b,c,d,e,f,g)
1436#define IDirectMusicPerformance8_PlaySegmentEx(p,a,b,c,d,e,f,g,h)      (p)->lpVtbl->PlaySegmentEx(p,a,b,c,d,e,f,g,h)
1437#define IDirectMusicPerformance8_StopEx(p,a,b,c)                       (p)->lpVtbl->StopEx(p,a,b,c)
1438#define IDirectMusicPerformance8_ClonePMsg(p,a,b)                      (p)->lpVtbl->ClonePMsg(p,a,b)
1439#define IDirectMusicPerformance8_CreateAudioPath(p,a,b,c)              (p)->lpVtbl->CreateAudioPath(p,a,b,c)
1440#define IDirectMusicPerformance8_CreateStandardAudioPath(p,a,b,c,d)    (p)->lpVtbl->CreateStandardAudioPath(p,a,b,c,d)
1441#define IDirectMusicPerformance8_SetDefaultAudioPath(p,a)              (p)->lpVtbl->SetDefaultAudioPath(p,a)
1442#define IDirectMusicPerformance8_GetDefaultAudioPath(p,a)              (p)->lpVtbl->GetDefaultAudioPath(p,a)
1443#define IDirectMusicPerformance8_GetParamEx(p,a,b,c,d,e,f,g)           (p)->lpVtbl->GetParamEx(p,a,b,c,d,e,f,g)
1444#endif
1445
1446
1447/*****************************************************************************
1448 * IDirectMusicGraph interface
1449 */
1450#define INTERFACE IDirectMusicGraph
1451DECLARE_INTERFACE_(IDirectMusicGraph,IUnknown)
1452{
1453    /*** IUnknown methods ***/
1454    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1455    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1456    STDMETHOD_(ULONG,Release)(THIS) PURE;
1457    /*** IDirectMusicGraph methods ***/
1458    STDMETHOD(StampPMsg)(THIS_ DMUS_PMSG *pPMSG) PURE;
1459    STDMETHOD(InsertTool)(THIS_ IDirectMusicTool *pTool, DWORD *pdwPChannels, DWORD cPChannels, LONG lIndex) PURE;
1460    STDMETHOD(GetTool)(THIS_ DWORD dwIndex, IDirectMusicTool **ppTool) PURE;
1461    STDMETHOD(RemoveTool)(THIS_ IDirectMusicTool *pTool) PURE;
1462};
1463#undef INTERFACE
1464
1465#if !defined(__cplusplus) || defined(CINTERFACE)
1466/*** IUnknown methods ***/
1467#define IDirectMusicGraph_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1468#define IDirectMusicGraph_AddRef(p)             (p)->lpVtbl->AddRef(p)
1469#define IDirectMusicGraph_Release(p)            (p)->lpVtbl->Release(p)
1470/*** IDirectMusicGraph methods ***/
1471#define IDirectMusicGraph_StampPMsg(p,a)        (p)->lpVtbl->StampPMsg(p,a)
1472#define IDirectMusicGraph_InsertTool(p,a,b,c,d) (p)->lpVtbl->InsertTool(p,a,b,c,d)
1473#define IDirectMusicGraph_GetTool(p,a,b)        (p)->lpVtbl->GetTool(p,a,b)
1474#define IDirectMusicGraph_RemoveTool(p,a)       (p)->lpVtbl->RemoveTool(p,a)
1475#endif
1476
1477
1478/*****************************************************************************
1479 * IDirectMusicStyle interface
1480 */
1481#define INTERFACE IDirectMusicStyle
1482DECLARE_INTERFACE_(IDirectMusicStyle,IUnknown)
1483{
1484    /*** IUnknown methods ***/
1485    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1486    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1487    STDMETHOD_(ULONG,Release)(THIS) PURE;
1488    /*** IDirectMusicStyle methods ***/
1489    STDMETHOD(GetBand)(THIS_ WCHAR *pwszName, IDirectMusicBand **ppBand) PURE;
1490    STDMETHOD(EnumBand)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1491    STDMETHOD(GetDefaultBand)(THIS_ IDirectMusicBand **ppBand) PURE;
1492    STDMETHOD(EnumMotif)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1493    STDMETHOD(GetMotif)(THIS_ WCHAR *pwszName, IDirectMusicSegment **ppSegment) PURE;
1494    STDMETHOD(GetDefaultChordMap)(THIS_ struct IDirectMusicChordMap **ppChordMap) PURE;
1495    STDMETHOD(EnumChordMap)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1496    STDMETHOD(GetChordMap)(THIS_ WCHAR *pwszName, struct IDirectMusicChordMap **ppChordMap) PURE;
1497    STDMETHOD(GetTimeSignature)(THIS_ DMUS_TIMESIGNATURE *pTimeSig) PURE;
1498    STDMETHOD(GetEmbellishmentLength)(THIS_ DWORD dwType, DWORD dwLevel, DWORD *pdwMin, DWORD *pdwMax) PURE;
1499    STDMETHOD(GetTempo)(THIS_ double *pTempo) PURE;
1500};
1501#undef INTERFACE
1502
1503#if !defined(__cplusplus) || defined(CINTERFACE)
1504/*** IUnknown methods ***/
1505#define IDirectMusicStyle_QueryInterface(p,a,b)             (p)->lpVtbl->QueryInterface(p,a,b)
1506#define IDirectMusicStyle_AddRef(p)                         (p)->lpVtbl->AddRef(p)
1507#define IDirectMusicStyle_Release(p)                        (p)->lpVtbl->Release(p)
1508/*** IDirectMusicStyle methods ***/
1509#define IDirectMusicStyle_GetBand(p,a,b)                    (p)->lpVtbl->GetBand(p,a,b)
1510#define IDirectMusicStyle_EnumBand(p,a,b)                   (p)->lpVtbl->EnumBand(p,a,b)
1511#define IDirectMusicStyle_GetDefaultBand(p,a)               (p)->lpVtbl->GetDefaultBand(p,a)
1512#define IDirectMusicStyle_EnumMotif(p,a,b)                  (p)->lpVtbl->EnumMotif(p,a,b)
1513#define IDirectMusicStyle_GetMotif(p,a,b)                   (p)->lpVtbl->GetMotif(p,a,b)
1514#define IDirectMusicStyle_GetDefaultChordMap(p,a)           (p)->lpVtbl->GetDefaultChordMap(p,a)
1515#define IDirectMusicStyle_EnumChordMap(p,a,b)               (p)->lpVtbl->EnumChordMap(p,a,b)
1516#define IDirectMusicStyle_GetChordMap(p,a,b)                (p)->lpVtbl->GetChordMap(p,a,b)
1517#define IDirectMusicStyle_GetTimeSignature(p,a)             (p)->lpVtbl->GetTimeSignature(p,a)
1518#define IDirectMusicStyle_GetEmbellishmentLength(p,a,b,c,d) (p)->lpVtbl->GetEmbellishmentLength(p,a,b,c,d)
1519#define IDirectMusicStyle_GetTempo(p,a)                     (p)->lpVtbl->GetTempo(p,a)
1520#endif
1521
1522
1523/*****************************************************************************
1524 * IDirectMusicStyle8 interface
1525 */
1526#define INTERFACE IDirectMusicStyle8
1527DECLARE_INTERFACE_(IDirectMusicStyle8,IDirectMusicStyle)
1528{
1529    /*** IUnknown methods ***/
1530    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1531    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1532    STDMETHOD_(ULONG,Release)(THIS) PURE;
1533    /*** IDirectMusicStyle methods ***/
1534    STDMETHOD(GetBand)(THIS_ WCHAR *pwszName, IDirectMusicBand **ppBand) PURE;
1535    STDMETHOD(EnumBand)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1536    STDMETHOD(GetDefaultBand)(THIS_ IDirectMusicBand **ppBand) PURE;
1537    STDMETHOD(EnumMotif)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1538    STDMETHOD(GetMotif)(THIS_ WCHAR *pwszName, IDirectMusicSegment **ppSegment) PURE;
1539    STDMETHOD(GetDefaultChordMap)(THIS_ struct IDirectMusicChordMap **ppChordMap) PURE;
1540    STDMETHOD(EnumChordMap)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1541    STDMETHOD(GetChordMap)(THIS_ WCHAR *pwszName, struct IDirectMusicChordMap **ppChordMap) PURE;
1542    STDMETHOD(GetTimeSignature)(THIS_ DMUS_TIMESIGNATURE *pTimeSig) PURE;
1543    STDMETHOD(GetEmbellishmentLength)(THIS_ DWORD dwType, DWORD dwLevel, DWORD *pdwMin, DWORD *pdwMax) PURE;
1544    STDMETHOD(GetTempo)(THIS_ double *pTempo) PURE;
1545    /*** IDirectMusicStyle8 methods ***/
1546    STDMETHOD(EnumPattern)(THIS_ DWORD dwIndex, DWORD dwPatternType, WCHAR *pwszName) PURE;
1547};
1548#undef INTERFACE
1549
1550#if !defined(__cplusplus) || defined(CINTERFACE)
1551/*** IUnknown methods ***/
1552#define IDirectMusicStyle8_QueryInterface(p,a,b)             (p)->lpVtbl->QueryInterface(p,a,b)
1553#define IDirectMusicStyle8_AddRef(p)                         (p)->lpVtbl->AddRef(p)
1554#define IDirectMusicStyle8_Release(p)                        (p)->lpVtbl->Release(p)
1555/*** IDirectMusicStyle methods ***/
1556#define IDirectMusicStyle8_GetBand(p,a,b)                    (p)->lpVtbl->GetBand(p,a,b)
1557#define IDirectMusicStyle8_EnumBand(p,a,b)                   (p)->lpVtbl->EnumBand(p,a,b)
1558#define IDirectMusicStyle8_GetDefaultBand(p,a)               (p)->lpVtbl->GetDefaultBand(p,a)
1559#define IDirectMusicStyle8_EnumMotif(p,a,b)                  (p)->lpVtbl->EnumMotif(p,a,b)
1560#define IDirectMusicStyle8_GetMotif(p,a,b)                   (p)->lpVtbl->GetMotif(p,a,b)
1561#define IDirectMusicStyle8_GetDefaultChordMap(p,a)           (p)->lpVtbl->GetDefaultChordMap(p,a)
1562#define IDirectMusicStyle8_EnumChordMap(p,a,b)               (p)->lpVtbl->EnumChordMap(p,a,b)
1563#define IDirectMusicStyle8_GetChordMap(p,a,b)                (p)->lpVtbl->GetChordMap(p,a,b)
1564#define IDirectMusicStyle8_GetTimeSignature(p,a)             (p)->lpVtbl->GetTimeSignature(p,a)
1565#define IDirectMusicStyle8_GetEmbellishmentLength(p,a,b,c,d) (p)->lpVtbl->GetEmbellishmentLength(p,a,b,c,d)
1566#define IDirectMusicStyle8_GetTempo(p,a)                     (p)->lpVtbl->GetTempo(p,a)
1567/*** IDirectMusicStyle8 methods ***/
1568#define IDirectMusicStyle8_EnumPattern(p,a,b,c)              (p)->lpVtbl->EnumPattern(p,a,b,c)
1569#endif
1570
1571
1572/*****************************************************************************
1573 * IDirectMusicChordMap interface
1574 */
1575#define INTERFACE IDirectMusicChordMap
1576DECLARE_INTERFACE_(IDirectMusicChordMap,IUnknown)
1577{
1578    /*** IUnknown methods ***/
1579    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1580    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1581    STDMETHOD_(ULONG,Release)(THIS) PURE;
1582    /*** IDirectMusicChordMap methods ***/
1583    STDMETHOD(GetScale)(THIS_ DWORD *pdwScale) PURE;
1584};
1585#undef INTERFACE
1586
1587#if !defined(__cplusplus) || defined(CINTERFACE)
1588/*** IUnknown methods ***/
1589#define IDirectMusicChordMap_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1590#define IDirectMusicChordMap_AddRef(p)             (p)->lpVtbl->AddRef(p)
1591#define IDirectMusicChordMap_Release(p)            (p)->lpVtbl->Release(p)
1592/*** IDirectMusicChordMap methods ***/
1593#define IDirectMusicChordMap_GetScale(p,a)         (p)->lpVtbl->GetScale(p,a)
1594#endif
1595
1596
1597/*****************************************************************************
1598 * IDirectMusicComposer interface
1599 */
1600#define INTERFACE IDirectMusicComposer
1601DECLARE_INTERFACE_(IDirectMusicComposer,IUnknown)
1602{
1603    /*** IUnknown methods ***/
1604    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1605    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1606    STDMETHOD_(ULONG,Release)(THIS) PURE;
1607    /*** IDirectMusicComposer methods ***/
1608    STDMETHOD(ComposeSegmentFromTemplate)(THIS_ IDirectMusicStyle *pStyle, IDirectMusicSegment *pTemplate, WORD wActivity, IDirectMusicChordMap *pChordMap, IDirectMusicSegment **ppSegment) PURE;
1609    STDMETHOD(ComposeSegmentFromShape)(THIS_ IDirectMusicStyle *pStyle, WORD wNumMeasures, WORD wShape, WORD wActivity, WINBOOL fIntro, WINBOOL fEnd, IDirectMusicChordMap *pChordMap, IDirectMusicSegment **ppSegment) PURE;
1610    STDMETHOD(ComposeTransition)(THIS_ IDirectMusicSegment *pFromSeg, IDirectMusicSegment *pToSeg, MUSIC_TIME mtTime, WORD wCommand, DWORD dwFlags, IDirectMusicChordMap *pChordMap, IDirectMusicSegment **ppTransSeg) PURE;
1611    STDMETHOD(AutoTransition)(THIS_ IDirectMusicPerformance *pPerformance, IDirectMusicSegment *pToSeg, WORD wCommand, DWORD dwFlags, IDirectMusicChordMap *pChordMap, IDirectMusicSegment **ppTransSeg, IDirectMusicSegmentState **ppToSegState, IDirectMusicSegmentState **ppTransSegState) PURE;
1612    STDMETHOD(ComposeTemplateFromShape)(THIS_ WORD wNumMeasures, WORD wShape, WINBOOL fIntro, WINBOOL fEnd, WORD wEndLength, IDirectMusicSegment **ppTemplate) PURE;
1613    STDMETHOD(ChangeChordMap)(THIS_ IDirectMusicSegment *pSegment, WINBOOL fTrackScale, IDirectMusicChordMap *pChordMap) PURE;
1614};
1615#undef INTERFACE
1616
1617#if !defined(__cplusplus) || defined(CINTERFACE)
1618/*** IUnknown methods ***/
1619#define IDirectMusicComposer_QueryInterface(p,a,b)                      (p)->lpVtbl->QueryInterface(p,a,b)
1620#define IDirectMusicComposer_AddRef(p)                                  (p)->lpVtbl->AddRef(p)
1621#define IDirectMusicComposer_Release(p)                                 (p)->lpVtbl->Release(p)
1622/*** IDirectMusicComposer methods ***/
1623#define IDirectMusicComposer_ComposeSegmentFromTemplate(p,a,b,c,d,e)    (p)->lpVtbl->ComposeSegmentFromTemplate(p,a,b,c,d,e)
1624#define IDirectMusicComposer_ComposeSegmentFromShape(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->ComposeSegmentFromShape(p,a,b,c,d,e,f,g,h)
1625#define IDirectMusicComposer_ComposeTransition(p,a,b,c,d,e,f,g)         (p)->lpVtbl->ComposeTransition(p,a,b,c,d,e,f,g)
1626#define IDirectMusicComposer_AutoTransition(p,a,b,c,d,e,f,g,h)          (p)->lpVtbl->AutoTransition(p,a,b,c,d,e,f,g,h)
1627#define IDirectMusicComposer_ComposeTemplateFromShape(p,a,b,c,d,e,f)    (p)->lpVtbl->ComposeTemplateFromShape(p,a,b,c,d,e,f)
1628#define IDirectMusicComposer_ChangeChordMap(p,a,b,c)                    (p)->lpVtbl->ChangeChordMap(p,a,b,c)
1629#endif
1630
1631
1632/*****************************************************************************
1633 * IDirectMusicPatternTrack interface
1634 */
1635#define INTERFACE IDirectMusicPatternTrack
1636DECLARE_INTERFACE_(IDirectMusicPatternTrack,IUnknown)
1637{
1638    /*** IUnknown methods ***/
1639    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1640    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1641    STDMETHOD_(ULONG,Release)(THIS) PURE;
1642    /*** IDirectMusicPatternTrack methods ***/
1643    STDMETHOD(CreateSegment)(THIS_ IDirectMusicStyle *pStyle, IDirectMusicSegment **ppSegment) PURE;
1644    STDMETHOD(SetVariation)(THIS_ IDirectMusicSegmentState *pSegState, DWORD dwVariationFlags, DWORD dwPart) PURE;
1645    STDMETHOD(SetPatternByName)(THIS_ IDirectMusicSegmentState *pSegState, WCHAR *wszName, IDirectMusicStyle *pStyle, DWORD dwPatternType, DWORD *pdwLength) PURE;
1646};
1647#undef INTERFACE
1648
1649#if !defined(__cplusplus) || defined(CINTERFACE)
1650/*** IUnknown methods ***/
1651#define IDirectMusicPatternTrack_QueryInterface(p,a,b)         (p)->lpVtbl->QueryInterface(p,a,b)
1652#define IDirectMusicPatternTrack_AddRef(p)                     (p)->lpVtbl->AddRef(p)
1653#define IDirectMusicPatternTrack_Release(p)                    (p)->lpVtbl->Release(p)
1654/*** IDirectMusicPatternTrack methods ***/
1655#define IDirectMusicPatternTrack_CreateSegment(p,a,b)          (p)->lpVtbl->CreateSegment(p,a,b)
1656#define IDirectMusicPatternTrack_SetVariation(p,a,b,c)         (p)->lpVtbl->SetVariation(p,a,b,c)
1657#define IDirectMusicPatternTrack_SetPatternByName(p,a,b,c,d,e) (p)->lpVtbl->SetPatternByName(p,a,b,c,d,e)
1658#endif
1659
1660
1661/*****************************************************************************
1662 * IDirectMusicScript interface
1663 */
1664#define INTERFACE IDirectMusicScript
1665DECLARE_INTERFACE_(IDirectMusicScript,IUnknown)
1666{
1667    /*** IUnknown methods ***/
1668    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1669    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1670    STDMETHOD_(ULONG,Release)(THIS) PURE;
1671    /*** IDirectMusicScript methods ***/
1672    STDMETHOD(Init)(THIS_ IDirectMusicPerformance *pPerformance, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1673    STDMETHOD(CallRoutine)(THIS_ WCHAR *pwszRoutineName, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1674    STDMETHOD(SetVariableVariant)(THIS_ WCHAR *pwszVariableName, VARIANT varValue, WINBOOL fSetRef, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1675    STDMETHOD(GetVariableVariant)(THIS_ WCHAR *pwszVariableName, VARIANT *pvarValue, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1676    STDMETHOD(SetVariableNumber)(THIS_ WCHAR *pwszVariableName, LONG lValue, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1677    STDMETHOD(GetVariableNumber)(THIS_ WCHAR *pwszVariableName, LONG *plValue, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1678    STDMETHOD(SetVariableObject)(THIS_ WCHAR *pwszVariableName, IUnknown *punkValue, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1679    STDMETHOD(GetVariableObject)(THIS_ WCHAR *pwszVariableName, REFIID riid, LPVOID *ppv, DMUS_SCRIPT_ERRORINFO *pErrorInfo) PURE;
1680    STDMETHOD(EnumRoutine)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1681    STDMETHOD(EnumVariable)(THIS_ DWORD dwIndex, WCHAR *pwszName) PURE;
1682};
1683#undef INTERFACE
1684
1685#if !defined(__cplusplus) || defined(CINTERFACE)
1686/*** IUnknown methods ***/
1687#define IDirectMusicScript_QueryInterface(p,a,b)               (p)->lpVtbl->QueryInterface(p,a,b)
1688#define IDirectMusicScript_AddRef(p)                           (p)->lpVtbl->AddRef(p)
1689#define IDirectMusicScript_Release(p)                          (p)->lpVtbl->Release(p)
1690/*** IDirectMusicScript methods ***/
1691#define IDirectMusicPatternTrack_Init(p,a,b)                   (p)->lpVtbl->Init(p,a,b)
1692#define IDirectMusicPatternTrack_CallRoutine(p,a,b)            (p)->lpVtbl->CallRoutine(p,a,b)
1693#define IDirectMusicPatternTrack_SetVariableVariant(p,a,b,c,d) (p)->lpVtbl->SetVariableVariant(p,a,b,c,d)
1694#define IDirectMusicPatternTrack_GetVariableVariant(p,a,b,c)   (p)->lpVtbl->GetVariableVariant(p,a,b,c)
1695#define IDirectMusicPatternTrack_SetVariableNumber(p,a,b,c)    (p)->lpVtbl->SetVariableNumber(p,a,b,c)
1696#define IDirectMusicPatternTrack_GetVariableNumber(p,a,b,c)    (p)->lpVtbl->GetVariableNumber(p,a,b,c)
1697#define IDirectMusicPatternTrack_SetVariableObject(p,a,b,c)    (p)->lpVtbl->SetVariableObject(p,a,b,c)
1698#define IDirectMusicPatternTrack_GetVariableObject(p,a,b,c,d)  (p)->lpVtbl->GetVariableObject(p,a,b,c,d)
1699#define IDirectMusicPatternTrack_EnumRoutine(p,a,b)            (p)->lpVtbl->EnumRoutine(p,a,b)
1700#define IDirectMusicPatternTrack_EnumVariable(p,a,b)           (p)->lpVtbl->EnumVariable(p,a,b)
1701#endif
1702
1703
1704/*****************************************************************************
1705 * IDirectMusicContainer interface
1706 */
1707#define INTERFACE IDirectMusicContainer
1708DECLARE_INTERFACE_(IDirectMusicContainer,IUnknown)
1709{
1710    /*** IUnknown methods ***/
1711    STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
1712    STDMETHOD_(ULONG,AddRef)(THIS) PURE;
1713    STDMETHOD_(ULONG,Release)(THIS) PURE;
1714    /*** IDirectMusicContainer methods ***/
1715    STDMETHOD(EnumObject)(THIS_ REFGUID rguidClass, DWORD dwIndex, LPDMUS_OBJECTDESC pDesc, WCHAR *pwszAlias) PURE;
1716};
1717#undef INTERFACE
1718
1719#if !defined(__cplusplus) || defined(CINTERFACE)
1720/*** IUnknown methods ***/
1721#define IDirectMusicContainer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1722#define IDirectMusicContainer_AddRef(p)             (p)->lpVtbl->AddRef(p)
1723#define IDirectMusicContainer_Release(p)            (p)->lpVtbl->Release(p)
1724/*** IDirectMusicContainer methods ***/
1725#define IDirectMusicContainer_EnumObject(p,a,b,c,d) (p)->lpVtbl->EnumObject(p,a,b,c,d)
1726#endif
1727
1728
1729#ifdef __cplusplus
1730}
1731#endif
1732
1733#include <poppack.h>
1734
1735#endif /* __WINE_DMUSIC_PERFORMANCE_H */
1736