DEFRAG_RESULTS
Other versions of this page are also available for the following:
8/28/2008
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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
FAT File System Structures
DefragVolumeEx
DEFRAG_PARAMS
SCAN_RESULTS