ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
MMRESULT | SetSoundDeviceFunctionTable (IN PSOUND_DEVICE SoundDevice, IN PMMFUNCTION_TABLE FunctionTable) |
MMRESULT | GetSoundDeviceFunctionTable (IN PSOUND_DEVICE SoundDevice, OUT PMMFUNCTION_TABLE *FunctionTable) |
MMRESULT GetSoundDeviceFunctionTable | ( | IN PSOUND_DEVICE | SoundDevice, |
OUT PMMFUNCTION_TABLE * | FunctionTable | ||
) |
Definition at line 47 of file functiontable.c.
Referenced by CreateSoundDeviceInstance(), DestroySoundDeviceInstance(), DoWaveStreaming(), GetSoundDeviceCapabilities(), MmeGetDeviceInterfaceString(), MmeGetLineInfo(), MmeGetPosition(), MmeGetVolume(), MmeSetState(), MmeSetVolume(), PrepareWaveHeader(), QueryWaveDeviceFormatSupport(), SetWaveDeviceFormat(), StopStreamingInSoundThread(), UnprepareWaveHeader(), and WriteWaveHeader().
MMRESULT SetSoundDeviceFunctionTable | ( | IN PSOUND_DEVICE | SoundDevice, |
IN PMMFUNCTION_TABLE | FunctionTable | ||
) |
Definition at line 21 of file functiontable.c.
Referenced by FoundDevice(), ListSoundDevice(), and PopulateWdmDeviceList().