Home
last modified time | relevance | path

Searched refs:IDsDriverBuffer_Stop (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Ddsdriver.h204 #define IDsDriverBuffer_Stop(p) (p)->lpVtbl->Stop(p) macro
/reactos/dll/directx/wine/dsound/
H A Dprimary.c369 err = IDsDriverBuffer_Stop(device->hwbuf); in DSOUND_PrimaryStop()
H A Dbuffer.c356 hres = IDsDriverBuffer_Stop(This->hwbuf); in IDirectSoundBufferImpl_Stop()