Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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