Home
last modified time | relevance | path

Searched refs:IDirectSoundCaptureBuffer_Start (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c390 rc=IDirectSoundCaptureBuffer_Start(dscbo,DSCBSTART_LOOPING); in test_capture_buffer()
393 rc=IDirectSoundCaptureBuffer_Start(dscbo,0); in test_capture_buffer()
/reactos/sdk/include/psdk/
H A Ddsound.h787 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
802 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) macro