Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dsound/
H A Dcapture.c52 if (This->dscb == NULL) { in IDirectSoundCaptureNotifyImpl_QueryInterface()
75 if (This->dscb->hwnotify) in IDirectSoundCaptureNotifyImpl_Release()
77 This->dscb->notify=NULL; in IDirectSoundCaptureNotifyImpl_Release()
105 if (This->dscb->hwnotify) { in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
114 if (This->dscb->notifies) in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
121 if (This->dscb->notifies == NULL) { in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
126 This->dscb->nrofnotifies = howmuch; in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
129 This->dscb->notifies = NULL; in IDirectSoundCaptureNotifyImpl_SetNotificationPositions()
149 TRACE("(%p,%p)\n",dscb,pdscn); in IDirectSoundCaptureNotifyImpl_Create()
160 dscn->dscb = dscb; in IDirectSoundCaptureNotifyImpl_Create()
[all …]