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 user-specified options.
Syntax
typedef struct _DEFRAG_OPTIONS {
DWORD dwFatToUse;
DWORD dwFlags;
} DEFRAG_OPTIONS, *PDEFRAG_OPTIONS;
Members
- dwFatToUse
Specifies which FAT to use for scanning before beginning defragmentation.
dwFlags
Can be set to one or a combination of values. The following table shows possible values.Value Description FATUTIL_DISABLE_MOUNT_CHK
Disables the operation to verify that the volume is currently mounted.
FATUTIL_SCAN_VERIFY_FIX
Prompts the user to perform a fix during scanning. Only applicable to the UI version of FATUTIL
Requirements
| Header | defragdisk.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |