Flushes all the waiting events in the reception FIFO of the application.
pascal void MidiFlushEvs( short refNum );
refNum
- a 16-bit integer, is the reference number of the application.
Flushes all the waiting events in the application reception FIFO.
short myRefNum; /* ....... */ MidiFlushEvs (myRefNum);