SDL_CDPause - Pauses a CDROM
Contents
Description
Pauses play on the given cdrom.
Name
SDL_CDPause - Pauses a CDROM
Return Value
Returns 0 on success, or -1 on an error.
See Also
SDL_CDPlay, SDL_CDResume
SDL Tue 11 Sep 2001, 22:58 SDL_CDPause(3)
Synopsis
#include"SDL.h"intSDL_CDPause(SDL_CD*cdrom);
