Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c487 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
504 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
522 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
540 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
565 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
597 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
628 ref=IDirectSoundCaptureBuffer_Release(dscbo); in dscenum_callback()
732 refcount = IDirectSoundCaptureBuffer_Release(buffer); in test_COM()
736 while (IDirectSoundCaptureBuffer_Release(buffer) > 0); in test_COM()
743 refcount = IDirectSoundCaptureBuffer_Release(buffer); in test_COM()
/reactos/sdk/include/psdk/
H A Ddsound.h779 #define IDirectSoundCaptureBuffer_Release(p) (p)->lpVtbl->Release(p) macro
794 #define IDirectSoundCaptureBuffer_Release(p) (p)->Release() macro
/reactos/dll/directx/wine/dsound/
H A Dcapture.c78 IDirectSoundCaptureBuffer_Release((LPDIRECTSOUNDCAPTUREBUFFER)This->dscb); in IDirectSoundCaptureNotifyImpl_Release()