Skip to content

Latest commit

 

History

History
239 lines (122 loc) · 4.12 KB

cim-dvddrive.md

File metadata and controls

239 lines (122 loc) · 4.12 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Represents a DVD drive.
6127b58d-c70f-47c7-9eeb-6aff819f672e
CIM_DVDDrive class
reference
05/31/2018
APIRef
kbSyntax
CIM_DVDDrive
CIM_DVDDrive.FormatsSupported
DllExport
vmms.exe

CIM_DVDDrive class

Represents a DVD drive.

Syntax

[Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::StorageDevices"), AMENDMENT]
class CIM_DVDDrive : CIM_MediaAccessDevice
{
  uint16 FormatsSupported[];
};

Members

The CIM_DVDDrive class has these types of members:

Properties

The CIM_DVDDrive class has these properties.

FormatsSupported

Data type: uint16 array

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_PhysicalMedia.MediaType")

The CD and DVD formats that are supported by the device.

Unknown (0)

Other (1)

CD-ROM (16)

CD-ROM/XA (17)

CD-I (18)

CD Recordable (19)

DVD (22)

DVD-RW+ (23)

DVD-RAM (24)

DVD-ROM (25)

DVD-Video (26)

Divx (27)

CD-RW (33)

CD-DA (34)

CD+ (35)

DVD Recordable (36)

DVD-RW (37)

DVD-Audio (38)

DVD-5 (39)

DVD-9 (40)

DVD-10 (41)

DVD-18 (42)

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_MediaAccessDevice