|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dsound_private.h>

Public Attributes | |
| const IDirectSoundCaptureBuffer8Vtbl * | lpVtbl |
| LONG | ref |
| DirectSoundCaptureDevice * | device |
| LPDSCBUFFERDESC | pdscbd |
| DWORD | flags |
| IDirectSoundCaptureNotifyImpl * | notify |
| LPDSBPOSITIONNOTIFY | notifies |
| int | nrofnotifies |
| PIDSDRIVERNOTIFY | hwnotify |
Definition at line 278 of file dsound_private.h.
| DirectSoundCaptureDevice* IDirectSoundCaptureBufferImpl::device |
Definition at line 285 of file dsound_private.h.
| DWORD IDirectSoundCaptureBufferImpl::flags |
Definition at line 288 of file dsound_private.h.
| PIDSDRIVERNOTIFY IDirectSoundCaptureBufferImpl::hwnotify |
Definition at line 294 of file dsound_private.h.
| const IDirectSoundCaptureBuffer8Vtbl* IDirectSoundCaptureBufferImpl::lpVtbl |
Definition at line 281 of file dsound_private.h.
| LPDSBPOSITIONNOTIFY IDirectSoundCaptureBufferImpl::notifies |
Definition at line 292 of file dsound_private.h.
| IDirectSoundCaptureNotifyImpl* IDirectSoundCaptureBufferImpl::notify |
Definition at line 291 of file dsound_private.h.
Referenced by IDirectSoundCaptureNotifyImpl_Create().
| int IDirectSoundCaptureBufferImpl::nrofnotifies |
Definition at line 293 of file dsound_private.h.
| LPDSCBUFFERDESC IDirectSoundCaptureBufferImpl::pdscbd |
Definition at line 287 of file dsound_private.h.
| LONG IDirectSoundCaptureBufferImpl::ref |
Definition at line 282 of file dsound_private.h.