FORMAT_RESULTS
Other versions of this page are also available for the following:
8/28/2008
This structure contains the results of a format operation.
Syntax
typedef struct _FORMAT_RESULTS{
DWORD dwSectorsPerFat;
DWORD dwReservedSectors;
DWORD dwSectorsPerCluster;
DWORD dwRootSectors;
DWORD dwTotalSectors;
DWORD dwNumFats;
DWORD dwFatVersion;
} FORMAT_RESULTS, *PFORMAT_RESULTS;
Members
- dwSectorsPerFat
Number of sectors in a single FAT.
- dwReservedSectors
Number of reserved sectors.
- dwSectorsPerCluster
Number of sectors in a single cluster.
- dwRootSectors
Number of sectors used for the root directory. Applies only to FAT12 or FAT16.
- dwTotalSectors
Total sectors for the volume. Includes sectors used for the FAT, hidden sectors, root sectors, and reserved sectors.
- dwNumFats
Number of FATs on the volume.
- dwFatVersion
The FAT version, either 12, 16, or 32. Also represents the number of bits used for a cluster value.
Requirements
Header | Fatutil.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |