- This wiki is out of date, use the continuation of this wiki instead
Cd getinfo
From FenixWiki
Definition
INT cd_getinfo ( <INT cdID> )
Fills the global structure CD with information about the specified CD/DVD drive.
Returns 1
if there is a valid CD in the drive and 0
otherwise.
Parameters
INT cdID | - The cdID of the CD/DVD drive of which the info is wanted. |
Returns
INT
0 | - Invalid CD/DVD or no CD/DVD in drive. |
1 | - Valid CD (structure CD is filled successfully with information about the CD). |
CD Functions | |
• Cd_currtrack() • Cd_drives() • Cd_eject() • Cd_getinfo() • Cd_name() • Cd_numtracks() • Cd_pause() • Cd_play() • Cd_resume() • Cd_status() • Cd_stop() • |