FAT Utility Library OS Functions (Windows CE 5.0)
The following table shows the FAT utility library functions with a description of the purpose of each.
**Note **If you configure a TFAT file system by including the TFAT component (SYSGEN_TFAT) and making the required registry settings, you can use all FAT utility library functions.
Programming element | Description |
---|---|
DefragVolume | This function defragments files on a volume and removes any free space in fragmentation. |
DefragVolumeEx | This function defragments files on a volume and removes any unnecessary free space. |
DefragVolumeUI | This function defragments a volume according to the options specified. |
FormatVolume | This function formats a volume according to the options specified. |
FormatVolumeEx | This function formats a volume according to specified options. |
FormatVolumeUI | This function formats a volume according to the options specified. |
ScanVolume | This function scans a volume for errors in the FAT and directories, and for lost clusters according to the options specified. |
ScanVolumeEx | This function scans a volume for errors in the FAT and directories, and for lost clusters according to the options specified. Returns the results of the scan |
ScanVolumeUI | This function scans a volume according to the options specified. |
See Also
Send Feedback on this topic to the authors