|
YourDefrag
SVN
|
#include <ScanFat.h>
Public Attributes | |
| ULONG64 | BytesPerSector |
| ULONG64 | SectorsPerCluster |
| ULONG64 | TotalSectors |
| ULONG64 | RootDirSectors |
| ULONG64 | FirstDataSector |
| ULONG64 | FATSz |
| ULONG64 | DataSec |
| ULONG64 | CountofClusters |
| union { | |
| BYTE * FAT12 | |
| USHORT * FAT16 | |
| ULONG * FAT32 | |
| } | FatData |
| ULONG64 FatDiskInfoStruct::DataSec |
| BYTE* FatDiskInfoStruct::FAT12 |
| USHORT* FatDiskInfoStruct::FAT16 |
| ULONG* FatDiskInfoStruct::FAT32 |
| union { ... } FatDiskInfoStruct::FatData |
| ULONG64 FatDiskInfoStruct::FATSz |
| ULONG64 FatDiskInfoStruct::TotalSectors |
1.7.5.1