Home
last modified time | relevance | path

Searched refs:DMUS_PORTPARAMS (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/dmusic/
H A Ddmusic_private.h78 HRESULT (*create)(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *port_params,
165 extern HRESULT synth_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *port_params,
167 extern HRESULT midi_out_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *port_params,
169 extern HRESULT midi_in_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *port_params,
H A Dport.c42 DMUS_PORTPARAMS params;
814 HRESULT synth_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *port_params, in synth_port_create()
1177 static HRESULT midi_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *params, in midi_port_create()
1201 HRESULT midi_out_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *params, in midi_out_port_create()
1209 HRESULT midi_in_port_create(IDirectMusic8Impl *parent, DMUS_PORTPARAMS *params, in midi_in_port_create()
/reactos/sdk/include/dxsdk/
H A Ddmusicc.h271 typedef DMUS_PORTPARAMS8 DMUS_PORTPARAMS, *LPDMUS_PORTPARAMS; typedef