SDL_CDEject From SDL Library previous page next page SDL Library Documentation Prev Next SDL_CDEject NameSDL_CDEject -- Ejects a CDROM Synopsis #include "SDL.h" int SDL_CDEject(SDL_CD *cdrom); Description Ejects the given cdrom. Return Value Returns 0 on success, or -1 on an error. See Also SDL_CD Prev Home Next SDL_CDStop Up SDL_CDClose previous page start next page