DEFRAG_OPTIONS
Other versions of this page are also available for the following:
8/28/2008
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 |