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.

m_bCommandQueueing: A Boolean value that indicates whether the device supports multipleoutstanding commands.m_BusType: A value from the <strong>VDS</strong>_STORAGE_BUS_TYPE enumeration that indicates the bustype of the device.m_szVendorId: The null-terminated vendor identification Unicode string of the device. Thisvalue is NULL if no vendor ID exists.m_szProductId: The null-terminated product identification Unicode string of the device. Thisvalue is NULL if no product ID exists.m_szProductRevision: The null-terminated product revision Unicode string of the device. Thisvalue is NULL if no product revision information exists.m_szSerialNumber: The null-terminated serial number of the device. This value is NULL if noserial number exists.m_diskSignature: The disk signature of the disk.m_deviceIdDescriptor: A <strong>VDS</strong>_STORAGE_DEVICE_ID_DESCRIPTOR structure thatcontains the identification descriptor of the device.m_cInterconnects: The number of elements in the m_rgInterconnects array.m_rgInterconnects: Any array of <strong>VDS</strong>_INTERCONNECT structures that describe the physicalinterconnects to the device.2.2.1.3.17 <strong>VDS</strong>_FILE_SYSTEM_PROPThe <strong>VDS</strong>_FILE_SYSTEM_PROP structure provides information about the properties of a filesystem.typedef struct _<strong>VDS</strong>_FILE_SYSTEM_PROP {<strong>VDS</strong>_FILE_SYSTEM_TYPE type;<strong>VDS</strong>_OBJECT_ID volumeId;unsigned long ulFlags;ULONGLONG ullTotalAllocationUnits;ULONGLONG ullAvailableAllocationUnits;unsigned long ulAllocationUnitSize;[string] WCHAR* pwszLabel;} <strong>VDS</strong>_FILE_SYSTEM_PROP,*P<strong>VDS</strong>_FILE_SYSTEM_PROP;type: A <strong>VDS</strong>_FILE_SYSTEM_TYPE value that provides information about the type of the filesystem.volumeId: The <strong>VDS</strong> object ID of the volume object on which the file system resides.ulFlags: The combination of any values, by using the bitwise OR operator, that are defined inthe <strong>VDS</strong>_FILE_SYSTEM_PROP_FLAG enumeration.ullTotalAllocationUnits: The total number of allocation units on the file system.ullAvailableAllocationUnits: The number of allocation units available on the file system.[<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, 201152 / 360

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

Saved successfully!

Ooh no, something went wrong!