CD ROM

Summary

The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports Plug and Play, Power Management, and AutoRun (media change notification). It is 64-bit compliant.

Building the Sample

To build the sample, run the build command. Once built, this sample will create one binary: cdrom.sys.

CODE TOUR

File Manifest

File			Description


Cdrom.c			Main code base
Data.c			Data for various work-arounds
Ioctl.c			Ioctl dispatch handlers
mmc.c			MMC2 and higher specific routines
Sec.c			RPC1 private routines
Cdrom.h			Private header file
Sec.h			RPC1 private prototypes
Trace.h			Header to enable Event Tracing for Windows (ETW)
Sources			Sources
Makefile		Makefile
Scsicdrm.rc		Resource file


Top of page

© 1999 Microsoft Corporation