ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <mmsystem.h>
Public Attributes | |
WORD | wMid |
WORD | wPid |
MMVERSION | vDriverVersion |
WCHAR | szPname [MAXPNAMELEN] |
WORD | wTechnology |
WORD | wVoices |
WORD | wNotes |
WORD | wChannelMask |
DWORD | dwSupport |
Definition at line 1122 of file mmsystem.h.
DWORD tagMIDIOUTCAPSW::dwSupport |
Definition at line 1131 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), MMixerAddMidiPin(), modGetDevCaps(), and WdmAudGetCapabilitiesByLegacy().
WCHAR tagMIDIOUTCAPSW::szPname[MAXPNAMELEN] |
Definition at line 1126 of file mmsystem.h.
Referenced by create_system_ports_list(), InitAudioDlg(), MIDIMAP_drvOpen(), midiOutGetDevCapsA(), MMixerAddMidiPin(), modGetDevCaps(), register_midiout_devices(), test_midiout(), and WdmAudGetCapabilitiesByLegacy().
MMVERSION tagMIDIOUTCAPSW::vDriverVersion |
Definition at line 1125 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), MMixerAddMidiPin(), modGetDevCaps(), and WdmAudGetCapabilitiesByLegacy().
WORD tagMIDIOUTCAPSW::wChannelMask |
Definition at line 1130 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), and modGetDevCaps().
WORD tagMIDIOUTCAPSW::wMid |
Definition at line 1123 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), MMixerAddMidiPin(), modGetDevCaps(), and WdmAudGetCapabilitiesByLegacy().
WORD tagMIDIOUTCAPSW::wNotes |
Definition at line 1129 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), and modGetDevCaps().
WORD tagMIDIOUTCAPSW::wPid |
Definition at line 1124 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), MMixerAddMidiPin(), modGetDevCaps(), and WdmAudGetCapabilitiesByLegacy().
WORD tagMIDIOUTCAPSW::wTechnology |
Definition at line 1127 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), and modGetDevCaps().
WORD tagMIDIOUTCAPSW::wVoices |
Definition at line 1128 of file mmsystem.h.
Referenced by midiOutGetDevCapsA(), and modGetDevCaps().