Penguin

SDL_CDOpen

SDL_CDOpen

NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO


NAME

SDL_CDOpen- Opens a CD-ROM drive for access.

SYNOPSIS

#include

SDL_CD *SDL_CDOpen(int drive);

DESCRIPTION

Opens a CD-ROM drive for access. It returns a SDL_CD structure on success, or NULL if the drive was invalid or busy. This newly opened CD-ROM becomes the default CD used when other CD functions are passed a NULL CD-ROM handle.

Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.

EXAMPLES

SDL_CD cdrom; int cur_track; int min, sec, frame; SDL_Init(SDL_INIT_CDROM); atexit(SDL_Quit); / Check for CD drives / if(!SDL_CDNumDrives()){ / None found */ fprintf(stderr,

SEE ALSO

SDL_CD, SDL_CDtrack, SDL_CDClose


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

lib/main.php:944: Notice: PageInfo: Cannot find action page

lib/main.php:839: Notice: PageInfo: Unknown action