1SDL_CDName(3)                  SDL API Reference                 SDL_CDName(3)
2
3
4

NAME

6       SDL_CDName  - Returns a human-readable, system-dependent identifier for
7       the CD-ROM.
8

SYNOPSIS

10       #include "SDL.h"
11
12       const char *SDL_CDName(int drive);
13

DESCRIPTION

15       Returns a human-readable, system-dependent identifier for  the  CD-ROM.
16       drive  is  the  index of the drive. Drive indices start to 0 and end at
17       SDL_CDNumDrives()-1.
18

EXAMPLES

20          ·  "/dev/cdrom"
21
22          ·  "E:"
23
24          ·  "/dev/disk/ide/1/master"
25

SEE ALSO

27       SDL_CDNumDrives
28
29
30
31SDL                         Tue 11 Sep 2001, 22:58               SDL_CDName(3)
Impressum