VOID
SoundInitMidiIn(
IN OUT PMIDI_INFO pMidi,
IN PVOID HwContext
);
The SoundInitMidiIn function initializes a MIDI_INFO structure.
None.
Before calling SoundInitMidiIn, the driver must initialize the HwStartMidiIn, HwStopMidiIn, HwMidiRead, and HwMidiOut structure members and zero the rest of the structure.
Drivers calling SoundInitMidiIn must include midi.h.