signed char F_API FSOUND_CD_OpenTray(
char drive,
signed char open
);
drive | The drive ID to use. 0 is the default CD drive. Using D or E in single quotes would be D: or E: for example. |
open | If open is set to 1, the CD tray will be opened. If open is set to 0, the CD tray will be closed. |