Home
last modified time | relevance | path

Searched refs:DMUS_INSTRUMENT (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Ddmdls.h86 } DMUS_INSTRUMENT; typedef
/reactos/dll/directx/wine/dmusic/
H A Dport.c271 DMUS_INSTRUMENT *instrument_info; in SynthPortImpl_IDirectMusicPort_DownloadInstrument()
286 …size = sizeof(DMUS_DOWNLOADINFO) + sizeof(ULONG) * (1 + nb_regions) + sizeof(DMUS_INSTRUMENT) + si… in SynthPortImpl_IDirectMusicPort_DownloadInstrument()
302 instrument_info = (DMUS_INSTRUMENT*)(data + offset); in SynthPortImpl_IDirectMusicPort_DownloadInstrument()
303 offset += sizeof(DMUS_INSTRUMENT); in SynthPortImpl_IDirectMusicPort_DownloadInstrument()