13.07.2015 Views

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

[MS-VDS]: Virtual Disk Service (VDS) Protocol Specification

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

diskId: The <strong>VDS</strong> object ID of the disk object on which the extent resides.type: The value from the <strong>VDS</strong>_DISK_EXTENT_TYPE enumeration that indicates the type ofthe extent.ullOffset: The byte offset of the disk extent from the beginning of the disk.ullSize: The size, in bytes, of the extent.volumeId: The <strong>VDS</strong> object ID of the volume object to which the extent belongs, if any.plexId: The <strong>VDS</strong> object ID of the volume plex object to which the extent belongs, if it belongsto a volume.memberIdx: The zero-based index of the volume plex member to which the extent belongs,if it belongs to a volume plex.2.2.1.3.20 <strong>VDS</strong>_PARTITION_PROPThe <strong>VDS</strong>_PARTITION_PROP structure provides information about partition properties.typedef struct _<strong>VDS</strong>_PARTITION_PROP {<strong>VDS</strong>_PARTITION_STYLE PartitionStyle;unsigned long ulFlags;unsigned long ulPartitionNumber;ULONGLONG ullOffset;ULONGLONG ullSize;[switch_is(PartitionStyle)] union {[case(<strong>VDS</strong>_PST_MBR)]<strong>VDS</strong>_PARTITION_INFO_MBR Mbr;[case(<strong>VDS</strong>_PST_GPT)]<strong>VDS</strong>_PARTITION_INFO_GPT Gpt;[default] ;};} <strong>VDS</strong>_PARTITION_PROP;PartitionStyle: The value from the <strong>VDS</strong>_PARTITION_STYLE enumeration that describes thepartition format of the disk where the partition resides.ulFlags: The combination of any values, by using the bitwise OR operator, from the<strong>VDS</strong>_PARTITION_FLAG enumeration describing the partition.ulPartitionNumber: The one-based index number of the partition that the operating systemassigns.ullOffset: The byte offset of the partition from the beginning of the disk.ullSize: The size of the partition, in bytes.Mbr: A <strong>VDS</strong>_PARTITION_INFO_MBR structure that describes the MBR partition.Gpt: A <strong>VDS</strong>_PARTITION_INFO_GPT structure that describes the GPT partition.[<strong>MS</strong>-<strong>VDS</strong>] — v20110610<strong>Virtual</strong> <strong>Disk</strong> <strong>Service</strong> (<strong>VDS</strong>) <strong>Protocol</strong> <strong>Specification</strong>Copyright © 2011 Microsoft Corporation.Release: Friday, June 10, 201154 / 360

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!