|
||
class TDriveInfo;
Contains drive information.
Defined in TDriveInfo
:
iBattery
Indicates whether the drive supports a battery, and if so, its stateiDriveAtt
The drive attributesiMediaAtt
The attributes of the media mounted on the driveiType
The type of media mounted on the driveTBatteryState iBattery;
Indicates whether the drive supports a battery, and if so, its state.
TUint iDriveAtt;
The drive attributes.
KDriveAttLocal
Drive attribute - drive is localKDriveAttRom
Drive attribute - ROM driveKDriveAttRedirected
Drive attribute - output from a process on one drive is redirected to another driveKDriveAttSubsted
Drive attribute - drive letter has been substituted (assigned a path)KDriveAttInternal
Drive attribute - drive is internal (not removable)KDriveAttRemovable
Drive attribute - drive is removableTUint iMediaAtt;
The attributes of the media mounted on the drive.
KMediaAttVariableSize
Media attribute - the media capacity can change over timeKMediaAttDualDensity
Media attribute - media is dual densityKMediaAttFormattable
Media attribute - media is formattableKMediaAttWriteProtected
Media attribute - media is write-protectedKMediaAttLockable
Media attribute - media is lockable; this is provided for lockable multi-media cardsKMediaAttLocked
Media attribute - media is locked; this is provided for lockable multi-media cards