Searched refs:IDirectSound_CreateSoundBuffer (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c533 hr = IDirectSound_CreateSoundBuffer (ds->dsound,
H A DDrvHostDSound.cpp404 hr = IDirectSound_CreateSoundBuffer(pDSoundStrmOut->pDS,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h463 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) macro
477 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h456 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) macro
470 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) macro

Completed in 66 milliseconds