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.
{B6A4D1A9-4221-43C3-BD52-021A5DAA9ED2}
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.