DEFRAG_OPTIONS (Windows CE 5.0)

Send Feedback

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

DefragVolume

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.