<div class="content" name="VDS_PARTITION_FLAG" uuid="93b35ba4-30e5-437c-be2c-9d99a10d0768"><p>The VDS_PARTITION_FLAG enumeration defines flags that
describe <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_2f24f458-7d39-47a2-93f7-de433ea85c75" data-linktype="relative-path">partitions</a>. A
value that accepts these flags MUST have the following flag set or MUST have
the value set to 0 if the flag is not applicable to a given partition.</p><dl>
<dd>
<div><pre> typedef enum _VDS_PARTITION_FLAG
 {
   VDS_PTF_SYSTEM = 0x00000001
 } VDS_PARTITION_FLAG;
</pre></div>
</dd></dl><p><b>VDS_PTF_SYSTEM:</b>  Value that indicates that the
partition is a <a href="8eef5d42-22d7-4302-aed9-12face91505a#gt_20217edf-2c20-4bb0-af04-44f20b6c4847" data-linktype="relative-path">system
partition</a>.</p></div>