次の方法で共有


SCAN_OPTIONS (Compact 2013)

3/26/2014

This structure contains user-specified options.

Syntax

typedef struct _SCAN_OPTIONS {
  DWORD dwFlags;
  DWORD dwFatToUse;
} SCAN_OPTIONS, *PSCAN_OPTIONS;

Members

  • 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. Applicable only to the UI version of FATUTIL.

  • dwFatToUse
    Indicates which FAT to use for scanning, one-based indexing.

Requirements

Header

scandisk.h

See Also

Reference

FAT File System Structures
ScanVolume