<div class="content" name="VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG" uuid="3039503d-84c3-4fb2-9068-6faef1c084f1"><p>The VDS_FILE_SYSTEM_FORMAT_SUPPORT_FLAG enumeration defines
the properties of <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_528b06a4-e67c-43b3-a02d-8738858a691d" data-linktype="relative-path">file
systems</a> that are supported for formatting <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_9a876829-33a1-4f0b-8b81-8552b7e5561c" data-linktype="relative-path">volumes</a>.<a id="Appendix_A_Target_12"></a><a aria-label="Product behavior note 12" href="6b2552ee-ba27-409f-99a8-18841573327a#Appendix_A_12" data-linktype="relative-path">&lt;12&gt;</a></p><dl>
<dd>
<div><pre> 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;
</pre></div>
</dd></dl><p><b>VDS_FSS_DEFAULT: </b>The file system is the
default file system for <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_ea22e521-1a4e-4ceb-8d64-f65fa6d0e63b" data-linktype="relative-path">formatting</a>
the volume.</p><p><b>VDS_FSS_PREVIOUS_REVISION: </b>The revision of the
file system is not the latest revision that is supported for formatting the
volume.</p><p><b>VDS_FSS_RECOMMENDED: </b>The file system is the
recommended file system for formatting the volume.</p></div>