The resume command continues playing or recording on a device that has been paused using the pause command. Digital-video, VCR, and waveform-audio devices recognize this command. Although CD audio, MIDI sequencer, and videodisc devices also recognize this command, the MCICDA, MCISEQ, and MCIPIONR device drivers do not support it.
wsprintf(lpstrCommand, "resume %s %s", lpszDeviceID, lpszFlags);
Returns zero if successful or an error otherwise.
The following command continues playing or recording the "newsound" device:
resume newsound
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
MCI Overview, MCI Command Strings, pause