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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c805 hr = IDirectSoundCaptureBuffer_GetFormat (ds->dsound_capture_buffer, &wfx, sizeof (wfx), NULL);
H A DDrvHostDSound.cpp753 hr = IDirectSoundCaptureBuffer_GetFormat(pDSoundStrmIn->pDSCB, &wfx, sizeof(wfx), NULL);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h791 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) macro
806 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h784 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) macro
799 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) macro

Completed in 74 milliseconds