ReactOS 0.4.16-dev-297-gc569aee
|
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 72 of file sup.c.
Referenced by CreatePinCallback().
NTSTATUS CompareProductName | ( | IN HANDLE | hSubKey, |
IN LPWSTR | PnpName, | ||
IN ULONG | ProductNameSize, | ||
OUT LPWSTR | ProductName | ||
) |
Definition at line 182 of file sup.c.
Referenced by FindProductName().
Definition at line 243 of file sup.c.
Definition at line 28 of file sup.c.
Referenced by CompareProductName(), FindProductName(), GetSysAudioDevicePnpName(), InsertPinHandle(), and ReadKeyValue().
ULONG GetSysAudioDeviceCount | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 35 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 346 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 96 of file sup.c.
Referenced by CreatePinCallback().
Definition at line 394 of file sup.c.
PKEY_VALUE_PARTIAL_INFORMATION ReadKeyValue | ( | IN HANDLE | hSubKey, |
IN PUNICODE_STRING | KeyName | ||
) |
Definition at line 139 of file sup.c.
Referenced by CompareProductName().
Definition at line 59 of file sup.c.
Referenced by HandleSysAudioFilterPinProperties(), SysAudioHandleProperty(), SysAudioOpenVirtualDevice(), WdmAudCapabilities(), WdmAudControlCloseMixer(), WdmAudControlDeviceState(), WdmAudControlDeviceType(), WdmAudControlOpen(), WdmAudControlOpenMidi(), WdmAudControlOpenMixer(), WdmAudControlOpenWave(), WdmAudDeviceControl(), WdmAudFrameSize(), WdmAudGetControlDetails(), WdmAudGetDeviceInterface(), WdmAudGetLineControls(), WdmAudGetLineInfo(), WdmAudGetMixerEvent(), WdmAudGetPosition(), WdmAudIoctlClose(), WdmAudReadWrite(), WdmAudResetStream(), and WdmAudSetControlDetails().