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.
This structure contains options specified by clients of defrag disk.
typedef struct _DEFRAG_OPTIONS {
DWORD dwFatToUse; DWORD dwFlags;} DEFRAG_OPTIONS, *PDEFRAG_OPTIONS;
Members
- dwFatToUse
Which FAT to use for scanning before beginning defrag. - dwFlags
This member may be set to one or a combination of possible values. The following table shows the possible values for dwFlags.Value Description FATUTIL_SCAN_VERIFY_FIX Prompts the user to perform a fix during scanning. Only applicable to the UI version of FATUTIL FATUTIL_DISABLE_MOUNT_CHK Disables the operation to verify that the volume is currently mounted.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Defragdisk.h.
See Also
Send Feedback on this topic to the authors