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

/vbox/src/VBox/Devices/Audio/
H A Ddsoundaudio.c877 hr = IDirectSoundCaptureBuffer_GetStatus (ds->dsound_capture_buffer, &status);
H A DDrvHostDSound.cpp836 hr = IDirectSoundCaptureBuffer_GetStatus(pDSoundStrmIn->pDSCB, &dwStatus);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsound.h792 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) macro
807 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->GetStatus(a) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsound.h785 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) macro
800 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->GetStatus(a) macro

Completed in 62 milliseconds