Flags Registry Subkey (Windows Embedded CE 6.0)
1/6/2010
Flag values in the registry change frequently. We recommend that you verify the settings that you want to use are included in common.reg.
Flags registry key values are deprecated for Windows Embedded CE 6.0. For replacement settings, see the descriptions in the following table.
Flag | Value | Description |
---|---|---|
FATFS_DISABLE_AUTOFORMAT |
0x00000040 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the DisableAutoFormat registry value. Disables automatic formatting of unformatted volumes. |
FATFS_DISABLE_AUTOSCAN |
0x00000004 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the DisableAutoScan registry value. Disables automatic calls to ScanVolume. |
FATFS_DISABLE_FORMAT |
0x00020000 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the DisableFormat registry value. Disables format. |
FATFS_ENABLE_BACKUP_FAT |
0x00000010 |
Adds a backup FAT to all formats. |
FATFS_FORCE_WRITETHROUGH |
0x00000020 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the ForceWritethrough registry setting. Sets all files to WRITE_THROUGH, regardless of the parameters to CreateFile. |
FATFS_LFN_EXTENDED |
0x00800000 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the LFNExtendedAlways registry value. Always generates long file name (LFN) entries for extended characters. |
FATFS_TFAT_ALWAYS |
0x00200000 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the TfatMarkAlways registry value. Marks transaction status, even if only one sector in FAT is changed. |
FATFS_TFAT_DISABLE_MOVEDIR |
0x01000000 |
Disables movefile on a directory for TexFAT. |
FATFS_TFAT_NONATOMIC_SECTOR |
0x00080000 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the NonatomicSector registry value. Uses the cluster 1 entry in the FAT table for a TexFAT transaction. TexFAT uses the number of FATs (NOF) field of the boot sector by default. |
FATFS_TRANS_DATA |
0x00040000 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the TransactData registry value. Transacts data on a write operation. |
FATFS_UPDATE_ACCESS |
0x00000001 |
For Windows Embedded CE 6.0, this flag is deprecated. Replace by setting the UpdateAccess registry value. Updates access times. |
See Also
Reference
Registry Settings for FATFS Flag Values
Concepts
File Systems Registry Settings Overview
FAT File System Registry Settings