2.2.1.2.12 VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG
The VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG enumeration defines the properties of file systems that are supported for formatting volumes.<12>
-
typedef enum _VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG { VDS_FSS_DEFAULT = 0x00000001, VDS_FSS_PREVIOUS_REVISION = 0x00000002, VDS_FSS_RECOMMENDED = 0x00000004 } VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG;
VDS_FSS_DEFAULT: The file system is the default file system for formatting the volume.
VDS_FSS_PREVIOUS_REVISION: The revision of the file system is not the latest revision that is supported for formatting the volume.
VDS_FSS_RECOMMENDED: The file system is the recommended file system for formatting the volume.