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.

Bus/disk typeIDE\ATA\PATA\SATASCSISASPCI RAIDLocation pathPCIROOT(0)#PCI(0100)#ATA(C01T03L00)PCIROOT(0)#PCI(1C00)#PCI(0000)#SCSI(P00T01L01)PCIROOT(1)#PCI(0300)#SAS(P00T03L00)PCIROOT(0)#PCI(0200)#PCI(0003)#PCI(0100)#RAID(P02T00L00)2.2.2.10.2.2 <strong>VDS</strong>_DISK_FREE_EXTENTThe <strong>VDS</strong>_DISK_FREE_EXTENT structure provides information about a disk extent associated withfree space on the disk.typedef struct <strong>VDS</strong>_DISK_FREE_EXTENT {<strong>VDS</strong>_OBJECT_ID diskId;ULONGLONG ullOffset;ULONGLONG ullSize;} <strong>VDS</strong>_DISK_FREE_EXTENT,*P<strong>VDS</strong>_DISK_FREE_EXTENT;diskId: The <strong>VDS</strong> object ID of the disk object on which the extent resides.ullOffset: The byte offset of the disk extent from the beginning of the disk.ullSize: The size, in bytes, of the extent.2.2.2.11 IVdsAdvanced<strong>Disk</strong> Data TypesThis section lists data types that are used exclusively by the IVdsAdvanced<strong>Disk</strong> methods.2.2.2.11.1 Structures2.2.2.11.1.1 CHANGE_ATTRIBUTES_PARAMETERSThe CHANGE_ATTRIBUTES_PARAMETERS structure describes the attributes to change on apartition.typedef struct _CHANGE_ATTRIBUTES_PARAMETERS {<strong>VDS</strong>_PARTITION_STYLE style;[switch_is(style)] union {[case(<strong>VDS</strong>_PST_MBR)]struct {BOOLEAN bootIndicator;} MbrPartInfo;[case(<strong>VDS</strong>_PST_GPT)]struct {ULONGLONG attributes;} GptPartInfo;[default] ;};} CHANGE_ATTRIBUTES_PARAMETERS;[<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, 201177 / 360

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

Saved successfully!

Ooh no, something went wrong!