The following table shows the FAT file system structures along with a description of the purpose of each.
| Programming element | Description |
|---|---|
| DEFRAG_OPTIONS | This structure contains options specified by clients of defrag disk. |
| DEFRAG_PARAMS | This structure contains parameters for the DefragVolumeEx function. |
| DEFRAG_RESULTS | This structure contains the results from a defrag operation. |
| FORMAT_OPTIONS | This structure contains options specified by clients of format disk. |
| FORMAT_PARAMS | This structure contains parameters for the FormatVolumeEx function. |
| FORMAT_RESULTS | This structure contains the results from a format operation. |
| FRAGNODE | This structure is used to keep track of a fragment. |
| SCAN_OPTIONS | This structure contains options specified by clients of scan disk. |
| SCAN_PARAMS | This structure contains parameters for the ScanVolumeEx function. |
| SCAN_RESULTS | This structure contains the results from a scan operation. |
See Also
Send Feedback on this topic to the authors