DEFRAG_RESULTS (Compact 2013)
3/26/2014
This structure contains the results of a defragmentation operation.
Syntax
typedef struct _DEFRAG_RESULTS {
SCAN_RESULTS sr;
} DEFRAG_RESULTS, *PDEFRAG_RESULTS;
Members
- sr
SCAN_RESULTS structure used to obtain results from the scan operation.
Requirements
Header |
Fatutil.h |
See Also
Reference
FAT File System Structures
DefragVolumeEx
DEFRAG_PARAMS
SCAN_RESULTS