ReactOS 0.4.16-dev-319-g6cf4263
|
#include <DriveVolume.h>
Public Attributes | |
wstring | Name |
wstring | Serial |
DWORD | MaxNameLen |
wstring | FileSystem |
uint64 | ClusterCount |
uint32 | ClusterSize |
uint64 | TotalBytes |
uint64 | FreeBytes |
Definition at line 66 of file DriveVolume.h.
uint64 VolumeInfo::ClusterCount |
Definition at line 72 of file DriveVolume.h.
Referenced by DriveVolume::FindFreeRange(), DriveVolume::GetBitmap(), and SetReportInfo().
uint32 VolumeInfo::ClusterSize |
Definition at line 73 of file DriveVolume.h.
Referenced by DriveVolume::BuildFileList(), SetReportInfo(), and Defragment::Start().
wstring VolumeInfo::FileSystem |
Definition at line 71 of file DriveVolume.h.
Referenced by DriveVolume::Open(), and SetReportInfo().
uint64 VolumeInfo::FreeBytes |
Definition at line 75 of file DriveVolume.h.
Referenced by DriveVolume::BuildFileList(), and SetReportInfo().
DWORD VolumeInfo::MaxNameLen |
Definition at line 70 of file DriveVolume.h.
Referenced by DriveVolume::Open().
wstring VolumeInfo::Name |
Definition at line 68 of file DriveVolume.h.
Referenced by DriveVolume::Open(), and SetReportInfo().
wstring VolumeInfo::Serial |
Definition at line 69 of file DriveVolume.h.
Referenced by DriveVolume::Open(), and SetReportInfo().
uint64 VolumeInfo::TotalBytes |
Definition at line 74 of file DriveVolume.h.
Referenced by DriveVolume::BuildFileList(), and Defragment::Start().