VMDVDDriveEvent enumeration

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

Specifies the DVD drive events.

Syntax

typedef enum  { 
  vmDVDDriveEvent_OnInsert  = 1,
  vmDVDDriveEvent_OnEject   = 2
} VMDVDDriveEvent;

Constants

vmDVDDriveEvent_OnInsert

An ISO image is attached or real media is inserted into a host drive.

vmDVDDriveEvent_OnEject

The media has been ejected.

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

IVMDVDDriveEvents