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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c813 hr = IDirectSoundCaptureBuffer_GetCaps (ds->dsound_capture_buffer, &bc);
H A DDrvHostDSound.cpp763 hr = IDirectSoundCaptureBuffer_GetCaps(pDSoundStrmIn->pDSCB, &bc);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h789 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) macro
804 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->GetCaps(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h782 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) macro
797 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->GetCaps(a) macro

Completed in 64 milliseconds