VDS_PARTITION_INFORMATION_EX 구조체(vds.h)
[Windows 8 및 Windows Server 2012 가상 디스크 서비스 COM 인터페이스는 Windows Storage 관리 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 |