Home
last modified time | relevance | path

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

/reactos/sdk/include/dxsdk/
H A Ddsdriver.h358 #define IDsCaptureDriverBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) macro
/reactos/dll/directx/wine/dsound/
H A Dcapture.c544 hres = IDsCaptureDriverBuffer_Start(This->device->hwbuf, dwFlags); in IDirectSoundCaptureBufferImpl_Start()