VDS_PARTITION_INFORMATION_EX structure (vds.h)
[À compter de Windows 8 et Windows Server 2012, l’interface COM du service de disque virtuel est remplacée par l’API gestion du stockage Windows.]
Non pris en charge.
Cette structure est réservée à l’utilisation du système.
Syntaxe
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;
Membres
dwPartitionStyle
ullStartingOffset
ullPartitionLength
dwPartitionNumber
bRewritePartition
Mbr
Gpt
Configuration requise
En-tête | vds.h |