SCAN_OPTIONS (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |