VMHardDiskType enumeration

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

Specifies the hard disk image type.

Syntax

typedef enum  { 
  vmDiskType_Dynamic       = 0,
  vmDiskType_FixedSize     = 1,
  vmDiskType_Differencing  = 2
} VMHardDiskType;

Constants

vmDiskType_Dynamic

A dynamically expanding hard disk image.

vmDiskType_FixedSize

A fixed-size hard disk image.

vmDiskType_Differencing

A differencing hard disk image.

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

IVMHardDisk