VDS_PARTITION_INFORMATION_EX structure (vds.h)
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Not supported.
This structure is reserved for system use.
Syntax
typedef struct _VDS_PARTITION_INFORMATION_EX {
__VDS_PARTITION_STYLE dwPartitionStyle;
ULONGLONG ullStartingOffset;
ULONGLONG ullPartitionLength;
DWORD dwPartitionNumber;
BOOLEAN bRewritePartition;
union {
VDS_PARTITION_INFO_MBR Mbr;
VDS_PARTITION_INFO_GPT Gpt;
};
} VDS_PARTITION_INFORMATION_EX;
Members
dwPartitionStyle
ullStartingOffset
ullPartitionLength
dwPartitionNumber
bRewritePartition
Mbr
Gpt
Requirements
Requirement | Value |
---|---|
Header | vds.h |