__VDS_PARTITION_STYLE 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.]

This enumeration is not for explicit use.

Syntax

typedef enum tag_VDS_PARTITION_STYLE {
  VDS_PARTITION_STYLE_MBR = 0,
  VDS_PARTITION_STYLE_GPT,
  VDS_PARTITION_STYLE_RAW
} __VDS_PARTITION_STYLE;

Constants

 
VDS_PARTITION_STYLE_MBR
Value: 0
This value is not intended for use.
VDS_PARTITION_STYLE_GPT
This value is not intended for use.
VDS_PARTITION_STYLE_RAW
This value is not intended for use.

Remarks

Note  Additional constants might be added to the tag_VDS_PARTITION_STYLE enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized tag_VDS_PARTITION_STYLE 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_PARTITION_STYLE