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.

pV<strong>Disk</strong>Unk: A pointer to the IUnknown interface of the newly created virtual disk.2.2.1.3.11 <strong>VDS</strong>_PARTITION_INFO_MBRThe <strong>VDS</strong>_PARTITION_INFO_MBR structure provides information about an MBR partition.typedef struct _<strong>VDS</strong>_PARTITION_INFO_MBR {byte partitionType;BOOLEAN bootIndicator;BOOLEAN recognizedPartition;DWORD hiddenSectors;} <strong>VDS</strong>_PARTITION_INFO_MBR;partitionType: The byte value indicating the partition type.bootIndicator: A Boolean value that indicates whether the partition is bootable.recognizedPartition: A Boolean value that indicates whether the partition will be exposed as avolume.hiddenSectors: The number of sectors between the start of the partition and the partition'sfirst usable area.2.2.1.3.12 <strong>VDS</strong>_PARTITION_INFO_GPTThe <strong>VDS</strong>_PARTITION_INFO_GPT structure provides information about a partition in a GPT.typedef struct _<strong>VDS</strong>_PARTITION_INFO_GPT {GUID partitionType;GUID partitionId;ULONGLONG attributes;WCHAR name[36];} <strong>VDS</strong>_PARTITION_INFO_GPT;partitionType: A GUID indicating the partition type.partitionId: The GUID of the partition.attributes: The attributes of the partition; they may have a combination of the following values.ValueGPT_ATTRIBUTE_PLATFORM_REQUIRED0x0000000000000001GPT_BASIC_DATA_ATTRIBUTE_READ_ONLY0x1000000000000000GPT_BASIC_DATA_ATTRIBUTE_SHADOW_COPY0x2000000000000000GPT_BASIC_DATA_ATTRIBUTE_HIDDENMeaningPartition is required for the platform tofunction properly.Partition cannot be written to but can be readfrom. Used only with the basic data partitiontype.Partition is a shadow copy. Used only withthe basic data partition type.Partition is hidden and will not be mounted.49 / 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!