VMDVDDriveAttachmentType enumeration

[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]

Specifies what is attached to a DVD drive.

Syntax

typedef enum  { 
  vmDVDDrive_None       = 0,
  vmDVDDrive_Image      = 1,
  vmDVDDrive_HostDrive  = 2
} VMDVDDriveAttachmentType;

Constants

vmDVDDrive_None

There is nothing attached.

vmDVDDrive_Image

There is an ISO image file attached.

vmDVDDrive_HostDrive

There is a host CD or DVD drive attached.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
None supported
End of client support
Windows 7
Product
Windows Virtual PC
Header
VPCCOMInterfaces.h

See also

IVMDVDDrive::Attachment