ReactOS 0.4.16-dev-125-g798ea90
|
#include <precomp.h>
Public Attributes | |
SP_DEVINFO_DATA | DeviceData |
WCHAR | DevicePath [MAX_PATH] |
HANDLE | hFilter |
ULONG | PinCount |
PULONG | Pin |
GUID | DeviceGuid [2] |
ULONG | MappedId [2] |
struct tagFILTERINFO * | lpNext |
SP_DEVINFO_DATA tagFILTERINFO::DeviceData |
GUID tagFILTERINFO::DeviceGuid[2] |
Definition at line 45 of file precomp.h.
Referenced by DSoundEnumerate(), EnumerateAudioFilter(), and FindDeviceByGuid().
Definition at line 41 of file precomp.h.
Referenced by EnumerateAudioFilter(), and FindWinMMDeviceIndex().
HANDLE tagFILTERINFO::hFilter |
Definition at line 42 of file precomp.h.
Referenced by EnumerateAudioFilter(), and FindAudioFilterPins().
struct tagFILTERINFO* tagFILTERINFO::lpNext |
Definition at line 48 of file precomp.h.
Referenced by DSoundEnumerate(), EnumAudioDeviceInterfaces(), FindDeviceByGuid(), FindDeviceByMappedId(), and GetDeviceListInterfaces().
ULONG tagFILTERINFO::MappedId[2] |
Definition at line 46 of file precomp.h.
Referenced by DSoundEnumerate(), FindDeviceByMappedId(), and FindWinMMDeviceIndex().
PULONG tagFILTERINFO::Pin |
Definition at line 44 of file precomp.h.
Referenced by EnumerateAudioFilter(), and FindAudioFilterPins().
ULONG tagFILTERINFO::PinCount |
Definition at line 43 of file precomp.h.
Referenced by EnumerateAudioFilter(), and FindAudioFilterPins().