ReactOS 0.4.15-dev-6703-g6528ab8
|
#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 |
Definition at line 194 of file mmebuddy.h.
union { ... } _MMFUNCTION_TABLE::@3448 |
MMCLOSE_FUNC _MMFUNCTION_TABLE::Close |
Definition at line 206 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
WAVE_COMMIT_FUNC _MMFUNCTION_TABLE::CommitWaveBuffer |
Definition at line 213 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
MMGETCAPS_FUNC _MMFUNCTION_TABLE::GetCapabilities |
Definition at line 198 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
MMQUERYDEVICEINTERFACESTRING_FUNC _MMFUNCTION_TABLE::GetDeviceInterfaceString |
Definition at line 217 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
MMGETMIDIINCAPS_FUNC _MMFUNCTION_TABLE::GetMidiInCapabilities |
Definition at line 202 of file mmebuddy.h.
MMGETMIDIOUTCAPS_FUNC _MMFUNCTION_TABLE::GetMidiOutCapabilities |
Definition at line 201 of file mmebuddy.h.
MMGETPOS_FUNC _MMFUNCTION_TABLE::GetPos |
Definition at line 215 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
MMGETWAVEINCAPS_FUNC _MMFUNCTION_TABLE::GetWaveInCapabilities |
Definition at line 200 of file mmebuddy.h.
MMGETWAVEOUTCAPS_FUNC _MMFUNCTION_TABLE::GetWaveOutCapabilities |
Definition at line 199 of file mmebuddy.h.
MMOPEN_FUNC _MMFUNCTION_TABLE::Open |
Definition at line 205 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
MMMIXERQUERY_FUNC _MMFUNCTION_TABLE::QueryMixerInfo |
Definition at line 211 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
MMWAVEQUERYFORMATSUPPORT_FUNC _MMFUNCTION_TABLE::QueryWaveFormatSupport |
Definition at line 208 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().
MMRESETSTREAM_FUNC _MMFUNCTION_TABLE::ResetStream |
Definition at line 218 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
MMSETSTATE_FUNC _MMFUNCTION_TABLE::SetState |
Definition at line 216 of file mmebuddy.h.
Referenced by PopulateWdmDeviceList().
MMWAVESETFORMAT_FUNC _MMFUNCTION_TABLE::SetWaveFormat |
Definition at line 209 of file mmebuddy.h.
Referenced by FoundDevice(), and PopulateWdmDeviceList().