VMDriveBusType enumeration
The VMDriveBusType enumeration specifies the type of bus.
Syntax
typedef enum {
vmDriveBusType_Invalid = -1,
vmDriveBusType_IDE = 0,
vmDriveBusType_SCSI = 1
} VMDriveBusType;
Constants
-
vmDriveBusType_Invalid
-
No bus type.
-
vmDriveBusType_IDE
-
IDE bus type.
-
vmDriveBusType_SCSI
-
SCSI bus type.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|