JCL Help:OpenCloseCdDrive

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Opens or closes the CD drive.


Pascal

 procedure OpenCloseCdDrive(OpenMode: Boolean; Drive: Char = #0);


Parameters

Parameters Description
OpenMode: Boolean If True the CD drive is opened, if False the CD drive is closed.


Description

OpenCloseCdDrive opens or closes the CD drive. If an error occurs an EJclMciError exception is raised.


About

Unit

JclMultimedia


Donator

Marcel van Brakel


Notes

Currently this function can only handle a single CD drive.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page