ReactOS 0.4.16-dev-117-g38f21f9
|
#include <mmddk.h>
Public Attributes | |
HMIDI | hMidi |
DWORD | dwCallback |
DWORD | dwInstance |
DWORD | dnDevNode |
DWORD | cIds |
MIDIOPENSTRMID | rgIds |
DWORD_PTR | dwCallback |
DWORD_PTR | dwInstance |
DWORD_PTR | dnDevNode |
DWORD MIDIOPENDESC::cIds |
Definition at line 416 of file mmddk.h.
Referenced by MIDI_OutAlloc().
DWORD MIDIOPENDESC::dnDevNode |
Definition at line 415 of file mmddk.h.
Referenced by MIDI_OutAlloc().
DWORD MIDIOPENDESC::dwCallback |
Definition at line 413 of file mmddk.h.
Referenced by MIDI_OutAlloc(), midiInOpen(), MMSYSTEM_MidiStream_MessageHandler(), MMSYSTEM_MidiStream_Player(), and OpenDevice().
DWORD MIDIOPENDESC::dwInstance |
Definition at line 414 of file mmddk.h.
Referenced by MIDI_OutAlloc(), midiInOpen(), MMSYSTEM_MidiStream_MessageHandler(), MMSYSTEM_MidiStream_Player(), and OpenDevice().
HMIDI MIDIOPENDESC::hMidi |
Definition at line 412 of file mmddk.h.
Referenced by MIDI_OutAlloc(), midiInOpen(), and OpenDevice().
MIDIOPENSTRMID MIDIOPENDESC::rgIds |
Definition at line 417 of file mmddk.h.
Referenced by MIDI_OutAlloc(), and MMSYSTEM_GetMidiStream().