Home
last modified time | relevance | path

Searched refs:IDirectSound (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dduplex.c34 IDirectSound * ds; in IDirectSoundFullDuplex_test()
220 IDirectSound *ds; in test_COM()
H A Ddsound.c46 IDirectSound * ds; in IDirectSound_test()
166 IDirectSound *dso=(IDirectSound*)0xdeadbeef; in IDirectSound_tests()
1523 IDirectSound *ds; in test_hw_buffers()
H A Ddsound8.c48 IDirectSound * ds; in IDirectSound8_test()
1109 IDirectSound *ds; in test_COM()
/reactos/dll/directx/wine/dsound/
H A Ddsound_classes.idl26 coclass DirectSound { interface IDirectSound; }
H A Dbuffer.c798 IDirectSound *dsound, LPCDSBUFFERDESC dbsd) in IDirectSoundBufferImpl_Initialize()
/reactos/dll/directx/wine/dmusic/
H A Ddmusic_private.h116 IDirectSound *dsound;
H A Dport.c35 IDirectSound *dsound;
496 static HRESULT WINAPI synth_dmport_SetDirectSound(IDirectMusicPort *iface, IDirectSound *dsound, in synth_dmport_SetDirectSound()
1096 IDirectSound *dsound, IDirectSoundBuffer *dsbuffer) in midi_IDirectMusicPort_SetDirectSound()
H A Ddmusic.c434 static HRESULT WINAPI IDirectMusic8Impl_SetDirectSound(IDirectMusic8 *iface, IDirectSound *dsound, in IDirectMusic8Impl_SetDirectSound()
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c1195 static HRESULT WINAPI AMDirectSound_GetDirectSoundInterface(IAMDirectSound *iface, IDirectSound **… in AMDirectSound_GetDirectSoundInterface()
1222 static HRESULT WINAPI AMDirectSound_ReleaseDirectSoundInterface(IAMDirectSound *iface, IDirectSound in AMDirectSound_ReleaseDirectSoundInterface()
/reactos/sdk/include/psdk/
H A Ddsound.h70 typedef struct IDirectSound *LPDIRECTSOUND,**LPLPDIRECTSOUND;
430 #define INTERFACE IDirectSound
431 DECLARE_INTERFACE_(IDirectSound,IUnknown) in DECLARE_INTERFACE_() argument
/reactos/dll/win32/mmdevapi/
H A Ddevenum.c643 hr = IDirectSound_Initialize((IDirectSound*)*ppv, &This->devguid); in MMDevice_Activate()
645 IDirectSound_Release((IDirectSound*)*ppv); in MMDevice_Activate()
/reactos/dll/win32/mcicda/
H A Dmcicda.c71 IDirectSound *dsObj;
/reactos/sdk/include/dxsdk/
H A Ddmusici.h1378 …STDMETHOD(InitAudio)(THIS_ IDirectMusic **ppDirectMusic, IDirectSound **ppDirectSound, HWND hWnd, … in DECLARE_INTERFACE_()