Flushes all the waiting DTasks in the application DTask list.
pascal void MidiFlushDTasks (short refnum);
refNum
- a 16-bit integer, is the reference number of the application.
Flushes all the waiting DTasks in the application DTask list.
short myRefNum; /* ....... */ MidiFlushDTasks (myRefNum);