ReactOS 0.4.15-dev-6694-g4ba8af9
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TAG_WDMAUD 'DMDW' |
Definition at line 20 of file sup.c.
Referenced by FindProductName(), GetSysAudioDevicePnpName(), InsertPinHandle(), and ReadKeyValue().
ULONG ClosePin | ( | IN PWDMAUD_CLIENT | ClientInfo, |
IN ULONG | FilterId, | ||
IN ULONG | PinId, | ||
IN SOUND_DEVICE_TYPE | DeviceType | ||
) |
Definition at line 80 of file sup.c.
Referenced by CreatePinCallback().
NTSTATUS CompareProductName | ( | IN HANDLE | hSubKey, |
IN LPWSTR | PnpName, | ||
IN ULONG | ProductNameSize, | ||
OUT LPWSTR | ProductName | ||
) |
Definition at line 191 of file sup.c.
Referenced by FindProductName().
Definition at line 254 of file sup.c.
Definition at line 33 of file sup.c.
Referenced by CompareProductName(), FindProductName(), GetSysAudioDevicePnpName(), InsertPinHandle(), and ReadKeyValue().
ULONG GetSysAudioDeviceCount | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 42 of file sup.c.
Referenced by Enum(), GetSysAudioDevicePnpName(), WdmAudCloseAllMixers(), and WdmAudInitWorkerRoutine().
NTSTATUS GetSysAudioDevicePnpName | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | DeviceIndex, | ||
OUT LPWSTR * | Device | ||
) |
Definition at line 357 of file sup.c.
Referenced by Enum().
NTSTATUS InsertPinHandle | ( | IN PWDMAUD_CLIENT | ClientInfo, |
IN ULONG | FilterId, | ||
IN ULONG | PinId, | ||
IN SOUND_DEVICE_TYPE | DeviceType, | ||
IN HANDLE | PinHandle, | ||
IN ULONG | FreeIndex | ||
) |
Definition at line 104 of file sup.c.
Referenced by CreatePinCallback().
Definition at line 405 of file sup.c.
PKEY_VALUE_PARTIAL_INFORMATION ReadKeyValue | ( | IN HANDLE | hSubKey, |
IN PUNICODE_STRING | KeyName | ||
) |
Definition at line 147 of file sup.c.
Referenced by CompareProductName().
Definition at line 67 of file sup.c.
Referenced by HandleSysAudioFilterPinProperties(), SysAudioHandleProperty(), SysAudioOpenVirtualDevice(), WdmAudCapabilities(), WdmAudControlCloseMixer(), WdmAudControlDeviceState(), WdmAudControlDeviceType(), WdmAudControlOpen(), WdmAudControlOpenMidi(), WdmAudControlOpenMixer(), WdmAudControlOpenWave(), WdmAudDeviceControl(), WdmAudFrameSize(), WdmAudGetControlDetails(), WdmAudGetDeviceInterface(), WdmAudGetLineControls(), WdmAudGetLineInfo(), WdmAudGetMixerEvent(), WdmAudIoctlClose(), WdmAudReadWrite(), WdmAudResetStream(), and WdmAudSetControlDetails().