CD-Rom Subsystem API Documentation

PreviousNext

Open a CD-Rom device

After enabling the subsystem, you have to open a CD-Rom device. A device is an Object representing one of your CD-Rom's. A description about its functionality is described in the next section.

To open a CD-Rom device handler you simply need to create an instance of EM_CDROM. The creation procedure are make_default and make_for_device

In the EiffelMedia all devices are numbered starting with 0. Device 0 is the system default CD-Rom device.

Quick link to Creation Procedures