VMDriveType enumeration
The VMDriveType enumeration specifies the type of drive attached to a bus location.
Syntax
typedef enum {
vmDriveType_Null = 0,
vmDriveType_HardDisk = 1,
vmDriveType_DVD = 2
} VMDriveType;
Constants
-
vmDriveType_Null
-
No drive attached.
-
vmDriveType_HardDisk
-
Hard disk attached.
-
vmDriveType_DVD
-
CD/DVD drive attached.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|