Share via


DEFRAG_OPTIONS (Compact 2013)

3/26/2014

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

See Also

Reference

FAT File System Structures
DefragVolume