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

| KSDEVICE_HEADER WDMAUD_DEVICE_EXTENSION::DeviceHeader |
Definition at line 53 of file wdmaud.h.
Referenced by WdmaudAddDevice().
| PFILE_OBJECT WDMAUD_DEVICE_EXTENSION::FileObject |
Definition at line 62 of file wdmaud.h.
Referenced by GetSysAudioDeviceCount(), GetSysAudioDevicePnpName(), WdmAudCreate(), and WdmAudInitWorkerRoutine().
| KEVENT WDMAUD_DEVICE_EXTENSION::InitializationCompletionEvent |
Definition at line 67 of file wdmaud.h.
Referenced by WdmaudAddDevice(), and WdmAudInitWorkerRoutine().
| KSPIN_LOCK WDMAUD_DEVICE_EXTENSION::Lock |
Definition at line 58 of file wdmaud.h.
Referenced by WdmaudAddDevice(), WdmAudCleanup(), and WdmAudOpenSysaudio().
| PDEVICE_OBJECT WDMAUD_DEVICE_EXTENSION::NextDeviceObject |
Definition at line 70 of file wdmaud.h.
Referenced by WdmaudAddDevice().
| ULONG WDMAUD_DEVICE_EXTENSION::NumSysAudioDevices |
Definition at line 59 of file wdmaud.h.
Referenced by WdmAudOpenSysaudio().
| ULONG WDMAUD_DEVICE_EXTENSION::SysAudioDeviceCount |
Definition at line 65 of file wdmaud.h.
Referenced by WdmAudInitWorkerRoutine().
| LIST_ENTRY WDMAUD_DEVICE_EXTENSION::SysAudioDeviceList |
Definition at line 60 of file wdmaud.h.
Referenced by WdmaudAddDevice(), and WdmAudOpenSysaudio().
| LIST_ENTRY WDMAUD_DEVICE_EXTENSION::WdmAudClientList |
Definition at line 63 of file wdmaud.h.
Referenced by WdmaudAddDevice(), and WdmAudOpenSysaudio().
| PIO_WORKITEM WDMAUD_DEVICE_EXTENSION::WorkItem |
Definition at line 66 of file wdmaud.h.
Referenced by WdmaudAddDevice(), and WdmAudTimerRoutine().
| ULONG WDMAUD_DEVICE_EXTENSION::WorkItemActive |
Definition at line 68 of file wdmaud.h.
Referenced by WdmAudInitWorkerRoutine(), and WdmAudTimerRoutine().