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.

typedef struct _<strong>VDS</strong>_DRIVE_LETTER_PROP {WCHAR wcLetter;<strong>VDS</strong>_OBJECT_ID volumeId;unsigned long ulFlags;long bUsed;} <strong>VDS</strong>_DRIVE_LETTER_PROP,*P<strong>VDS</strong>_DRIVE_LETTER_PROP;wcLetter: The drive letter as a single uppercase or lowercase alphabetical (A-Z) Unicodecharacter.volumeId: The <strong>VDS</strong> object ID of the volume object to which the drive letter is assigned. If thedrive letter is not assigned to any volume, the value MUST be GUID_NULL.ulFlags: The combination of any values, by using a bitwise OR operator, that is defined in the<strong>VDS</strong>_DRIVE_LETTER_FLAG enumeration.bUsed: A Boolean value that indicates whether the drive letter is already in use.2.2.2.1.3.3 <strong>VDS</strong>_FILE_SYSTEM_TYPE_PROPThe <strong>VDS</strong>_FILE_SYSTEM_TYPE_PROP structure provides information about a file systemformat.typedef struct _<strong>VDS</strong>_FILE_SYSTEM_TYPE_PROP {<strong>VDS</strong>_FILE_SYSTEM_TYPE type;WCHAR wszName[8];unsigned long ulFlags;unsigned long ulCompressionFlags;unsigned long ulMaxLabelLength;[string] WCHAR* pwszIllegalLabelCharSet;} <strong>VDS</strong>_FILE_SYSTEM_TYPE_PROP,*P<strong>VDS</strong>_FILE_SYSTEM_TYPE_PROP;type: A value from the <strong>VDS</strong>_FILE_SYSTEM_TYPE enumeration that indicates the file systemformat type.wszName: A null-terminated Unicode name of the file system format, for example, NTFS orFAT32.ulFlags: A combination of any values, by using a bitwise OR operator, that are defined in the<strong>VDS</strong>_FILE_SYSTEM_FLAG enumeration.ulCompressionFlags: A bitwise OR operator of any allocation units that are defined in the<strong>VDS</strong>_FILE_SYSTEM_PROP_FLAG enumeration.ulMaxLabelLength: The maximum allowable length of a label for the file system format.pwszIllegalLabelCharSet: A null-terminated sequence of Unicode characters that are notallowed in the label of the file system format.[<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, 201160 / 360

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

Saved successfully!

Ooh no, something went wrong!