VDS_PARTITION_INFORMATION_EX 结构 (vds.h)

[从Windows 8和Windows Server 2012开始,虚拟磁盘服务 COM 接口由 Windows 存储管理 API 取代。]

不支持。

此结构保留供系统使用。

语法

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;

成员

dwPartitionStyle

ullStartingOffset

ullPartitionLength

dwPartitionNumber

bRewritePartition

Mbr

Gpt

要求

   
标头 vds.h