ReactOS 0.4.16-dev-300-g2aadf2e
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
const GUID | KSCATEGORY_SYSAUDIO = {0xA7C7A5B1L, 0x5AF3, 0x11D1, {0x9C, 0xED, 0x00, 0xA0, 0x24, 0xBF, 0x04, 0x07}} |
const GUID | KSCATEGORY_WDMAUD = {0x3E227E76L, 0x690D, 0x11D2, {0x81, 0x61, 0x00, 0x00, 0xF8, 0x77, 0x5B, 0xF1}} |
IO_WORKITEM_ROUTINE | WdmAudInitWorkerRoutine |
IO_TIMER_ROUTINE | WdmAudTimerRoutine |
NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | Driver, |
IN PUNICODE_STRING | Registry_path | ||
) |
Definition at line 353 of file entry.c.
NTSTATUS NTAPI WdmaudAddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 90 of file entry.c.
Referenced by DriverEntry().
Definition at line 286 of file entry.c.
Referenced by DriverEntry(), and DriverProc().
Definition at line 261 of file entry.c.
Referenced by DriverEntry().
Definition at line 205 of file entry.c.
Referenced by DriverEntry().
Definition at line 23 of file entry.c.
Definition at line 184 of file entry.c.
Referenced by DriverEntry().
Definition at line 72 of file entry.c.
VOID NTAPI WdmAudUnload | ( | IN PDRIVER_OBJECT | driver | ) |
Definition at line 176 of file entry.c.
Referenced by DriverEntry().
IO_WORKITEM_ROUTINE WdmAudInitWorkerRoutine |
Definition at line 18 of file entry.c.
Referenced by WdmAudCreate(), and WdmAudTimerRoutine().
IO_TIMER_ROUTINE WdmAudTimerRoutine |
Definition at line 19 of file entry.c.
Referenced by WdmaudAddDevice().