MidiResume

BOOL WINAPI MidiResume
(
	HANDLE hSequence, 
	BOOL Modified
);

This function removes the suspension of a sequence previously done with MidiSuspend. If the sequence was playing before, it will continue to play.

Parameters

Return values

TRUE if the sequence was resume or FALSE if not. The most likely reason for an error is an invalid sequence handle.

Remarks

If the sequence was not suspended, MidiResume still does synchronization of the events in the sequence, hence use it only when necessary.

Example

For an example, check MidiSuspend.


Further information

Released in November 19th, 2003
Updated in April 29th, 2004
Property of Breno de Lima Sarmento
Home page: http://www27.brinkster.com/brels
E-mail: [email protected]
ICQ: 78977999 ()