The MIDI_HEADER type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Data |
The MIDI data buffer.
| |
| Flags |
Gets the flags giving information about the buffer (see MIDIHeader for more information).
| |
| HeaderPtr |
Gets the pointer to the prepared MIDIHDR structure (or Zero if the header was not prepared).
| |
| IsDone |
Indicates if the device driver is finished with the buffer and is returning it to the application.
| |
| IsPrepared |
Indicates if the buffer has been prepared by using the Prepare(Boolean, IntPtr) method.
| |
| IsStreamBuffer |
Indicates if the buffer is a stream buffer.
| |
| User |
Custom user data.
|
See Also