Home
last modified time | relevance | path

Searched refs:IDirectSoundNotify_Release (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c386 ref=IDirectSoundNotify_Release(state.notify); in test_capture_buffer()
742 while (IDirectSoundNotify_Release(notify) > 0); in test_COM()
H A Ddsound.c1187 ref=IDirectSoundNotify_Release(dup_notify); in test_duplicate()
1191 ref=IDirectSoundNotify_Release(notify); in test_duplicate()
/reactos/dll/directx/wine/dsound/
H A Dcapture.c207 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_QueryInterface()
270 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_Release()
/reactos/sdk/include/psdk/
H A Ddsound.h894 #define IDirectSoundNotify_Release(p) (p)->lpVtbl->Release(p) macro
901 #define IDirectSoundNotify_Release(p) (p)->Release() macro