Home
last modified time | relevance | path

Searched refs:LPDIRECTSOUNDNOTIFY (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/directx/dsound_new/
H A Dnotify.c37 LPDIRECTSOUNDNOTIFY iface) in IDirectSoundNotify_fnAddRef()
52 LPDIRECTSOUNDNOTIFY iface) in IDirectSoundNotify_fnRelease()
70 LPDIRECTSOUNDNOTIFY iface, in IDirectSoundNotify_fnQueryInterface()
90 LPDIRECTSOUNDNOTIFY iface, in IDirectSoundNotify_fnSetNotificationPositions()
191 LPDIRECTSOUNDNOTIFY iface, in DoNotifyPositionEvents()
233 LPDIRECTSOUNDNOTIFY * Notify, in NewDirectSoundNotify()
252 *Notify = (LPDIRECTSOUNDNOTIFY)&This->lpVtbl; in NewDirectSoundNotify()
H A Dprecomp.h256 LPDIRECTSOUNDNOTIFY iface,
262 LPDIRECTSOUNDNOTIFY * Notify,
H A Dcapturebuffer.c42 LPDIRECTSOUNDNOTIFY Notify;
/reactos/dll/directx/wine/dsound/
H A Dcapture.c45 LPDIRECTSOUNDNOTIFY iface, in IDirectSoundCaptureNotifyImpl_QueryInterface()
60 static ULONG WINAPI IDirectSoundCaptureNotifyImpl_AddRef(LPDIRECTSOUNDNOTIFY iface) in IDirectSoundCaptureNotifyImpl_AddRef()
68 static ULONG WINAPI IDirectSoundCaptureNotifyImpl_Release(LPDIRECTSOUNDNOTIFY iface) in IDirectSoundCaptureNotifyImpl_Release()
86 LPDIRECTSOUNDNOTIFY iface, in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
201 IDirectSoundNotify_AddRef((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_QueryInterface()
207 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_QueryInterface()
270 IDirectSoundNotify_Release((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundCaptureBufferImpl_Release()
H A Dbuffer.c41 LPDIRECTSOUNDNOTIFY iface,REFIID riid,LPVOID *ppobj in IDirectSoundNotifyImpl_QueryInterface()
54 static ULONG WINAPI IDirectSoundNotifyImpl_AddRef(LPDIRECTSOUNDNOTIFY iface) in IDirectSoundNotifyImpl_AddRef()
62 static ULONG WINAPI IDirectSoundNotifyImpl_Release(LPDIRECTSOUNDNOTIFY iface) in IDirectSoundNotifyImpl_Release()
78 LPDIRECTSOUNDNOTIFY iface,DWORD howmuch,LPCDSBPOSITIONNOTIFY notify in IDirectSoundNotifyImpl_SetNotificationPositions()
160 while (IDirectSoundNotifyImpl_Release((LPDIRECTSOUNDNOTIFY)pdsn) > 0); in IDirectSoundNotifyImpl_Destroy()
861 IDirectSoundNotify_AddRef((LPDIRECTSOUNDNOTIFY)This->notify); in IDirectSoundBufferImpl_QueryInterface()
/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c265 LPDIRECTSOUNDNOTIFY notify;
H A Ddsound.c1120 LPDIRECTSOUNDNOTIFY notify=NULL; in test_duplicate()
1152 LPDIRECTSOUNDNOTIFY dup_notify=NULL; in test_duplicate()
/reactos/sdk/include/psdk/
H A Ddsound.h82 typedef struct IDirectSoundNotify *LPDIRECTSOUNDNOTIFY,**LPLPDIRECTSOUNDNOTIFY; typedef