VMHardDiskType enumeration

The VMHardDiskType enumeration specifies a hard disk image type.

Syntax

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

Constants

vmDiskType_Dynamic

Dynamically expanding hard disk image.

vmDiskType_FixedSize

Fixed-size hard disk image.

vmDiskType_Differencing

Differencing hard disk image.

vmDiskType_HostDrive

Hard disk image linked to a host drive.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h