Declare Function midiOutUnprepareHeader Lib "winmm.dll" (hMidiOut AS Intptr, lpMidiOutHdr AS IntPtr, cbMidiOutHdr) AS UInt32 ' LD83
.
This function is complementary to the midiOutPrepareHeader function. You must call midiOutUnprepareHeader before freeing the buffer. After passing a buffer to the device driver with the midiOutLongMsg function, you must wait until the device driver is finished with the buffer before calling midiOutUnprepareHeader.
The midiOutPrepareHeader function prepares a MIDI system-exclusive or stream buffer for output. - LD83
2/9/2019 7:28:40 AM - -95.150.180.171
The midiOutUnprepareHeader function cleans up the preparation performed by the [midiOutPrepareHeader] function. - LD83
2/9/2019 7:32:22 AM - -95.150.180.171
The midiOutLongMsg function sends a system-exclusive MIDI message to the specified MIDI output device.
2/9/2019 8:18:50 AM - -95.150.180.171
The midiOutUnprepareHeader function cleans up the preparation performed by the [midiOutPrepareHeader] function. - LD83