MCI Sample Device Drivers

The DDK includes several sample MCI device drivers. While one sample illustrates how to write MCI device drivers for videodisc devices, you can use it to understand how MCI device drivers work and adapt them for other devices. The following samples are included with the DDK:

MCI Device Driver Description

MCIPIONR A device driver for videodisc devices
MCIQA A device driver shell

The MCIQA sample provides a shell for an MCI device driver. This shell provides the basic structure needed for MCI operation.

Note:

Sample code for the MCIWAVE, MCISEQ, and MCICDA device drivers is not included with the DDK. These MCI drivers are written to be device independent by using standard calls to the audio drivers and the MSCDEX drivers.