Searched refs:IDirectSoundNotify_Release (Results 1 – 4 of 4) sorted by relevance
386 ref=IDirectSoundNotify_Release(state.notify); in test_capture_buffer()742 while (IDirectSoundNotify_Release(notify) > 0); in test_COM()
1187 ref=IDirectSoundNotify_Release(dup_notify); in test_duplicate()1191 ref=IDirectSoundNotify_Release(notify); in test_duplicate()
207 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_QueryInterface()270 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_Release()
894 #define IDirectSoundNotify_Release(p) (p)->lpVtbl->Release(p) macro901 #define IDirectSoundNotify_Release(p) (p)->Release() macro