Searched refs:IDirectSoundCaptureBuffer_Start (Results 1 – 2 of 2) sorted by relevance
390 rc=IDirectSoundCaptureBuffer_Start(dscbo,DSCBSTART_LOOPING); in test_capture_buffer()393 rc=IDirectSoundCaptureBuffer_Start(dscbo,0); in test_capture_buffer()
787 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro802 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro