ReactOS 0.4.16-dev-477-g6ada597
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
const GUID | GUID_DEVICE_INTERFACE_ARRIVAL = {0xCB3A4004L, 0x46F0, 0x11D0, {0xB0, 0x8F, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3F}} |
const GUID | GUID_DEVICE_INTERFACE_REMOVAL = {0xCB3A4005L, 0x46F0, 0x11D0, {0xB0, 0x8F, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3F}} |
const GUID | KS_CATEGORY_AUDIO = {0x6994AD04L, 0x93EF, 0x11D0, {0xA3, 0xCC, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
const GUID | KS_CATEGORY_TOPOLOGY = {0xDDA54A40, 0x1E4C, 0x11D1, {0xA0, 0x50, 0x40, 0x57, 0x05, 0xC1, 0x00, 0x00}} |
const GUID | DMOCATEGORY_ACOUSTIC_ECHO_CANCEL = {0xBF963D80L, 0xC559, 0x11D0, {0x8A, 0x2B, 0x00, 0xA0, 0xC9, 0x25, 0x5A, 0xC1}} |
#define NDEBUG |
Definition at line 11 of file deviface.c.
Definition at line 145 of file deviface.c.
NTSTATUS InsertAudioDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PUNICODE_STRING | DeviceName | ||
) |
Definition at line 67 of file deviface.c.
Referenced by DeviceInterfaceChangeCallback().
NTSTATUS OpenDevice | ( | IN PUNICODE_STRING | DeviceName, |
IN PHANDLE | HandleOut, | ||
IN PFILE_OBJECT * | FileObjectOut | ||
) |
Definition at line 21 of file deviface.c.
Referenced by InsertAudioDevice().
NTSTATUS SysAudioRegisterDeviceInterfaces | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 214 of file deviface.c.
Referenced by SysAudio_AddDevice().
NTSTATUS SysAudioRegisterNotifications | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 172 of file deviface.c.
Referenced by SysAudio_AddDevice().
const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL = {0xBF963D80L, 0xC559, 0x11D0, {0x8A, 0x2B, 0x00, 0xA0, 0xC9, 0x25, 0x5A, 0xC1}} |
Definition at line 18 of file deviface.c.
Referenced by SysAudioRegisterNotifications().
const GUID GUID_DEVICE_INTERFACE_ARRIVAL = {0xCB3A4004L, 0x46F0, 0x11D0, {0xB0, 0x8F, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3F}} |
Definition at line 14 of file deviface.c.
Referenced by _Function_class_(), CompBattPnpEventHandler(), DeviceInterfaceChangeCallback(), IoRegisterPlugPlayNotification(), IoSetDeviceInterfaceState(), MountMgrMountedDeviceNotification(), and PopAddRemoveSysCapsCallback().
const GUID GUID_DEVICE_INTERFACE_REMOVAL = {0xCB3A4005L, 0x46F0, 0x11D0, {0xB0, 0x8F, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3F}} |
Definition at line 15 of file deviface.c.
Referenced by _Function_class_(), CompBattPnpEventHandler(), IoSetDeviceInterfaceState(), MountMgrMountedDeviceNotification(), and PopAddRemoveSysCapsCallback().
const GUID KS_CATEGORY_AUDIO = {0x6994AD04L, 0x93EF, 0x11D0, {0xA3, 0xCC, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
Definition at line 16 of file deviface.c.
Referenced by SysAudioRegisterNotifications().
const GUID KS_CATEGORY_TOPOLOGY = {0xDDA54A40, 0x1E4C, 0x11D1, {0xA0, 0x50, 0x40, 0x57, 0x05, 0xC1, 0x00, 0x00}} |
Definition at line 17 of file deviface.c.