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