GUID_DEVINTERFACE_CDROM
The GUID_DEVINTERFACE_CDROM device interface class is defined for CD-ROM storage devices.
Attribute | Setting |
---|---|
Identifier |
GUID_DEVINTERFACE_CDROM |
Class GUID |
{53F56308-B6BF-11D0-94F2-00A0C91EFB8B} |
The system-supplied class driver for CD-ROM storage devices registers instances of this device interface class to notify the operating system and applications of the presence of a CD-ROM device.
The storage samples in the WDK include the CDROM class driver sample and the Addfilter Storage Filter Tool. The CD-ROM class driver sample uses the obsolete identifier CdRomClassGuid to register instances of the GUID_DEVINTERFACE_CDROM device interface class. The sample Addfilter application uses CdRomClassGuid to enumerate instances of the GUID_DEVINTERFACE_CDROM device interface class.
For information about the device interface class for CD-ROM changer devices, see GUID_DEVINTERFACE_CDCHANGER.
For information about storage devices, see Storage Drivers.
Header |
Ntddstor.h (include Ntddstor.h) |