1SDL_CDResume(3) SDL API Reference SDL_CDResume(3)
23
4
NAME
6SDL_CDResume- Resumes a CDROM
7
SYNOPSIS
9#include "SDL.h"
1011
int SDL_CDResume(SDL_CD *cdrom);
12
DESCRIPTION
14Resumes play on the given cdrom.
15
RETURN VALUE
17Returns 0 on success, or -1 on an error.
18
SEE ALSO
20SDL_CDPlay, SDL_CDPause
2122
23
24
SDL Tue 11 Sep 2001, 22:58 SDL_CDResume(3)