Public Attributes | |
| readonly attribute wstring | name |
| Returns the platform-specific device identifier. | |
| readonly attribute wstring | description |
| Returns a human readable description for the drive. | |
| readonly attribute wstring | udi |
| Returns the unique device identifier for the drive. | |
Used indirectly in IHost::floppyDrives.
{3F02D604-E908-4919-9FD1-8A4AFD68FC63} | readonly attribute wstring IHostFloppyDrive::name |
Returns the platform-specific device identifier.
On DOS-like platforms, it is a drive name (e.g. A:). On Unix-like platforms, it is a device name (e.g. /dev/fd0).
| readonly attribute wstring IHostFloppyDrive::description |
Returns a human readable description for the drive.
This description usually contains the product and vendor name. A null string is returned if the description is not available.
| readonly attribute wstring IHostFloppyDrive::udi |
Returns the unique device identifier for the drive.
This attribute is reserved for future use instead of name. Currently it is not used and may return null on some platforms.
1.5.6