Gives the content of a 32-bit field an application can use for any purpose. This field remains accessible by MidiGetInfo during alarms and interrupts. It can be used as a global context if necessary (for example for desk accessories on the Macintosh).
pascal void* MidiGetInfo( short refNum );
refNum
- a 16-bit integer, the reference number of the application
The result is a 32-bit integer, the last value set by MidiSetInfo
Example to be supplied.