VDS_PARTITION_FLAG enumeration (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Defines a set of valid flags for a partition.

Syntax

typedef enum _VDS_PARTITION_FLAG {
  VDS_PTF_SYSTEM = 0x1
} VDS_PARTITION_FLAG;

Constants

 
VDS_PTF_SYSTEM
Value: 0x1
If set, the partition is a system partition.

Remarks

This enumeration provides the values for the ulFlags member of the VDS_PARTITION_PROP structure.

Note  Additional constants might be added to the VDS_PARTITION_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_PARTITION_FLAG enumeration constant.
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header vds.h

See also

VDS Enumerations

VDS_PARTITION_PROP