Location:
f32file.h
Link against: efsrv.lib
class TVolumeInfo;
Information about a volume mounted on drive.
The same drive may, over time, contain different volumes if it supports removable media. Volume information comprises information about the drive on which it is mounted, its size, free space, its unique identifying number and an optional name.
Defined in TVolumeInfo
:
TVolumeInfo()
, iDrive
, iFree
, iName
, iSize
, iUniqueID
TInt64 iSize;
The maximum size of the drive in bytes, i.e. the current amount of memory in use, plus the amount of free memory.
TBufC< KMaxFileName > iName;
Optional name of the volume, with a maximum of KMaxFileName characters.