VMFloppyDriveAttachmentType 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 floppy drive.

Syntax

typedef enum  { 
  vmFloppyDrive_None       = 0,
  vmFloppyDrive_Image      = 1,
  vmFloppyDrive_HostDrive  = 2
} VMFloppyDriveAttachmentType;

Constants

vmFloppyDrive_None

There is nothing attached.

vmFloppyDrive_Image

There is a floppy disk image file attached.

vmFloppyDrive_HostDrive

There is a host floppy 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

IVMFloppyDrive::Attachment