JCL Help:OpenCloseCdDrive
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: OpenCloseCdDrive Function
Search in JCL Help
Search in all projects
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
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