|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| const GUID | KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}} |
| NTSTATUS NTAPI IoCompletion | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp, | ||
| PVOID | Ctx | ||
| ) |
Definition at line 383 of file control.c.
Referenced by IoSetIoCompletion(), TestWin2003ObjectTypes(), and WdmAudReadWrite().
| NTSTATUS WdmAudCapabilities | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 118 of file control.c.
Referenced by WdmAudDeviceControl().
| NTSTATUS WdmAudControlDeviceState | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 82 of file control.c.
Referenced by WdmAudDeviceControl().
| NTSTATUS WdmAudControlDeviceType | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 44 of file control.c.
Referenced by WdmAudDeviceControl().
| NTSTATUS WdmAudControlOpen | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 18 of file control.c.
Referenced by WdmAudDeviceControl().
Definition at line 302 of file control.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI WdmAudFrameSize | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 180 of file control.c.
Referenced by WdmAudDeviceControl().
| NTSTATUS NTAPI WdmAudGetDeviceInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo | ||
| ) |
Definition at line 222 of file control.c.
Referenced by WdmAudDeviceControl().
| NTSTATUS NTAPI WdmAudIoctlClose | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo, | ||
| IN PWDMAUD_CLIENT | ClientInfo | ||
| ) |
Definition at line 149 of file control.c.
Referenced by WdmAudDeviceControl().
Definition at line 437 of file control.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI WdmAudResetStream | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PWDMAUD_DEVICE_INFO | DeviceInfo | ||
| ) |
Definition at line 270 of file control.c.
Referenced by PopulateWdmDeviceList(), and WdmAudDeviceControl().
| const GUID KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}} |
Definition at line 15 of file control.c.
Referenced by SysAudioHandleProperty().