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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MbrPartInfo: Contains information for an MBR partition.partitionType: The byte value that indicates the partition type to create.bootIndicator: A Boolean value that indicates whether the partition is bootable.GptPartInfo: Contains information about a GPT partition.partitionType: A GUID that indicates the partition type to create.partitionId: The GUID of the partition.attributes: A bitwise OR operator of attributes that is used to create the partition; it canhave a combination of the following values.ValueGPT_ATTRIBUTE_PLATFORM_REQUIRED0x0000000000000001GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY0x1000000000000000GPT_BASIC_DATA_ATTRIBUTE_HIDDEN0x4000000000000000GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER0x8000000000000000MeaningA partition is required for the platformto function properly.The partition can be read from, but notwritten to. Used only with the basicdata partition type.The partition is hidden and is notmounted. Used only with the basicdata partition type.The partition does not receive a driveletter by default when moving the diskto another computer. Used only withthe basic data partition type.name: The null-terminated Unicode name of the partition.2.2.1.3.23 VIRTUAL_STORAGE_TYPEThe VIRTUAL_STORAGE_TYPE structure specifies the device and vendor of the virtual disk.typedef struct _VIRTUAL_STORAGE_TYPE {ULONG DeviceId;GUID VendorId;} VIRTUAL_STORAGE_TYPE,*PVIRTUAL_STORAGE_TYPE;DeviceId: The virtual disk type. It can have one of the following values.ValueVIRTUAL_STORAGE_TYPE_DEVICE_UNKNOWN0VIRTUAL_STORAGE_TYPE_DEVICE_ISO1MeaningThe virtual disk type is unknown.The virtual disk is an ISO image (.iso) file. Formore information, see [ECMA-119] and [OSTA-UDFS].56 / 360[<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, 2011

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

Saved successfully!

Ooh no, something went wrong!