|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mmebuddy.h>

Public Attributes | |
| union { | |
| MMGETCAPS_FUNC GetCapabilities | |
| MMGETWAVEOUTCAPS_FUNC GetWaveOutCapabilities | |
| MMGETWAVEINCAPS_FUNC GetWaveInCapabilities | |
| MMGETMIDIOUTCAPS_FUNC GetMidiOutCapabilities | |
| MMGETMIDIINCAPS_FUNC GetMidiInCapabilities | |
| }; | |
| MMOPEN_FUNC | Open |
| MMCLOSE_FUNC | Close |
| MMWAVEQUERYFORMATSUPPORT_FUNC | QueryWaveFormatSupport |
| MMWAVESETFORMAT_FUNC | SetWaveFormat |
| MMMIXERQUERY_FUNC | QueryMixerInfo |
| WAVE_COMMIT_FUNC | CommitWaveBuffer |
| MMGETPOS_FUNC | GetPos |
| MMSETSTATE_FUNC | SetState |
| MMQUERYDEVICEINTERFACESTRING_FUNC | GetDeviceInterfaceString |
| MMRESETSTREAM_FUNC | ResetStream |
| MMGETVOLUME_FUNC | GetVolume |
| MMSETVOLUME_FUNC | SetVolume |
Definition at line 203 of file mmebuddy.h.
| union { ... } _MMFUNCTION_TABLE::@3671 |
| MMCLOSE_FUNC _MMFUNCTION_TABLE::Close |
Definition at line 215 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
| WAVE_COMMIT_FUNC _MMFUNCTION_TABLE::CommitWaveBuffer |
Definition at line 222 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
| MMGETCAPS_FUNC _MMFUNCTION_TABLE::GetCapabilities |
Definition at line 207 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
| MMQUERYDEVICEINTERFACESTRING_FUNC _MMFUNCTION_TABLE::GetDeviceInterfaceString |
Definition at line 226 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMGETMIDIINCAPS_FUNC _MMFUNCTION_TABLE::GetMidiInCapabilities |
Definition at line 211 of file mmebuddy.h.
| MMGETMIDIOUTCAPS_FUNC _MMFUNCTION_TABLE::GetMidiOutCapabilities |
Definition at line 210 of file mmebuddy.h.
| MMGETPOS_FUNC _MMFUNCTION_TABLE::GetPos |
Definition at line 224 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMGETVOLUME_FUNC _MMFUNCTION_TABLE::GetVolume |
Definition at line 229 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMGETWAVEINCAPS_FUNC _MMFUNCTION_TABLE::GetWaveInCapabilities |
Definition at line 209 of file mmebuddy.h.
| MMGETWAVEOUTCAPS_FUNC _MMFUNCTION_TABLE::GetWaveOutCapabilities |
Definition at line 208 of file mmebuddy.h.
| MMOPEN_FUNC _MMFUNCTION_TABLE::Open |
Definition at line 214 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
| MMMIXERQUERY_FUNC _MMFUNCTION_TABLE::QueryMixerInfo |
Definition at line 220 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMWAVEQUERYFORMATSUPPORT_FUNC _MMFUNCTION_TABLE::QueryWaveFormatSupport |
Definition at line 217 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
| MMRESETSTREAM_FUNC _MMFUNCTION_TABLE::ResetStream |
Definition at line 227 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMSETSTATE_FUNC _MMFUNCTION_TABLE::SetState |
Definition at line 225 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMSETVOLUME_FUNC _MMFUNCTION_TABLE::SetVolume |
Definition at line 230 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
| MMWAVESETFORMAT_FUNC _MMFUNCTION_TABLE::SetWaveFormat |
Definition at line 218 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().