| VirtualBox Main API
    | 
The IHostDrive interface represents the drive of the physical machine. More...
 
 | Public Attributes | |
| readonly attribute wstring | drivePath | 
| The path of the drive. | |
| readonly attribute PartitioningType | partitioningType | 
| The scheme of the partitions the disk has. | |
| readonly attribute wstringUUID | uuid | 
| The GUID of the disk. | |
| readonly attribute unsigned long | sectorSize | 
| The size of the sector in bytes. | |
| readonly attribute long long | size | 
| The size of the disk in bytes. | |
| readonly attribute wstring | model | 
| The model string of the drive if available. | |
| readonly attribute IHostDrivePartition[] | partitions | 
| List of partitions available on the host drive. | |
The IHostDrive interface represents the drive of the physical machine.
It is not a complete medium description and, therefore, it is not IMedium based. The interface is used to get information about a host drive and its partitioning.
{70E2E0C3-332C-4D72-B822-2DB16E2CB31B} | readonly attribute wstring IHostDrive::drivePath | 
The path of the drive.
Platform dependent.
| readonly attribute PartitioningType IHostDrive::partitioningType | 
The scheme of the partitions the disk has.
| readonly attribute wstringUUID IHostDrive::uuid | 
The GUID of the disk.
| readonly attribute unsigned long IHostDrive::sectorSize | 
The size of the sector in bytes.
| readonly attribute long long IHostDrive::size | 
The size of the disk in bytes.
| readonly attribute wstring IHostDrive::model | 
The model string of the drive if available.
| readonly attribute IHostDrivePartition [] IHostDrive::partitions | 
List of partitions available on the host drive.