ReactOS 0.4.15-dev-7842-g558ab78
IDirectSoundCaptureBufferImpl Struct Reference

#include <dsound_private.h>

Collaboration diagram for IDirectSoundCaptureBufferImpl:

Public Attributes

const IDirectSoundCaptureBuffer8Vtbl * lpVtbl
 
LONG ref
 
DirectSoundCaptureDevicedevice
 
LPDSCBUFFERDESC pdscbd
 
DWORD flags
 
IDirectSoundCaptureNotifyImplnotify
 
LPDSBPOSITIONNOTIFY notifies
 
int nrofnotifies
 
PIDSDRIVERNOTIFY hwnotify
 

Detailed Description

Definition at line 278 of file dsound_private.h.

Member Data Documentation

◆ device

DirectSoundCaptureDevice* IDirectSoundCaptureBufferImpl::device

Definition at line 285 of file dsound_private.h.

◆ flags

DWORD IDirectSoundCaptureBufferImpl::flags

Definition at line 288 of file dsound_private.h.

◆ hwnotify

PIDSDRIVERNOTIFY IDirectSoundCaptureBufferImpl::hwnotify

Definition at line 294 of file dsound_private.h.

◆ lpVtbl

const IDirectSoundCaptureBuffer8Vtbl* IDirectSoundCaptureBufferImpl::lpVtbl

Definition at line 281 of file dsound_private.h.

◆ notifies

LPDSBPOSITIONNOTIFY IDirectSoundCaptureBufferImpl::notifies

Definition at line 292 of file dsound_private.h.

◆ notify

IDirectSoundCaptureNotifyImpl* IDirectSoundCaptureBufferImpl::notify

Definition at line 291 of file dsound_private.h.

Referenced by IDirectSoundCaptureNotifyImpl_Create().

◆ nrofnotifies

int IDirectSoundCaptureBufferImpl::nrofnotifies

Definition at line 293 of file dsound_private.h.

◆ pdscbd

LPDSCBUFFERDESC IDirectSoundCaptureBufferImpl::pdscbd

Definition at line 287 of file dsound_private.h.

◆ ref

LONG IDirectSoundCaptureBufferImpl::ref

Definition at line 282 of file dsound_private.h.


The documentation for this struct was generated from the following file: