Section contents
cfile.oxh
<TBS>
state% = DriveInfoBattery%:(this&)
Whether the drive supports a battery and if so, it's state..
this& |
A handle to a drive info object |
state% |
The state of the battery |
attributes& =
DriveInfoDriveAttributes&:(this&)
Returns the attributes of the drive.
this& |
A handle to a drive info object |
attributes& |
The drive attributes |
attributes& =
DriveInfoMediaAttributes&:(this&)
Returns the attributes of the media mounted on the drive.
this& |
A handle to a drive info object |
attributes& |
The media attributes |
type% = DriveInfoMediaType%:(this&)
Returns the type of the media mounted on the drive.
this& |
A handle to a drive info object |
type% |
The type of media mounted on the drive |