winmm
.
.
internal struct MIDIHDR
.
Declare Function MIDIHDR Lib "winmm.dll" (TODO) As TODO
.
.
MIDIHDR
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
Pointer to a MIDIHDR structure that identifies the MIDI buffer.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
Size, in bytes, of the MIDIHDR structure.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
lpMidiOutHdr - Pointer to a MIDIHDR structure that identifies the buffer to be prepared.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
cbMidiOutHdr - Size, in bytes, of the MIDIHDR structure.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
lpMidiOutHdr - Pointer to a MIDIHDR structure identifying the buffer to be cleaned up.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
cbMidiOutHdr - Size, in bytes, of the MIDIHDR structure.
The MIDIHDR structure is used for registering buffers with the Midi Ports.
5/2/2013 1:57:54 AM - -195.166.149.253
.
static extern Int32 midiStreamOut(IntPtr hMidiStream, MIDIHDR lpMidiHdr, uint cbMidiHdr);
.
Declare Function midiStreamOut Lib "winmm.dll" (ByVal hMidiStream As IntPtr, ByVal lpMidiHdr As MIDIHDR, ByVal cbMidiHdr As UInteger) As Integer
.
struct MIDIHDR
.
MIDIHDR lpNext;
.
Structure MIDIHDR