MM_MIM_MOREDATA top-level constant

int const MM_MIM_MOREDATA

The MM_MIM_MOREDATA message is sent to a callback window when a MIDI message is received by a MIDI input device but the application is not processing MIM_DATA messages fast enough to keep up with the input device driver. The window receives this message only when the application specifies MIDI_IO_STATUS in the call to the midiInOpen function.

Implementation

const MM_MIM_MOREDATA = 0x3CC;