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.

2.2.1.2.11 <strong>VDS</strong>_FILE_SYSTEM_PROP_FLAGThe <strong>VDS</strong>_FILE_SYSTEM_PROP_FLAG enumeration defines the set of fields for a file system. Avalue that accepts these flags SHOULD have the following flag set.typedef enum _<strong>VDS</strong>_FILE_SYSTEM_PROP_FLAG{<strong>VDS</strong>_FPF_COMPRESSED = 0x00000001} <strong>VDS</strong>_FILE_SYSTEM_PROP_FLAG;<strong>VDS</strong>_FPF_COMPRESSED: If set, the file system supports file compression.2.2.1.2.12 <strong>VDS</strong>_FILE_SYSTEM_FORMAT_SUPPORT_FLAGThe <strong>VDS</strong>_FILE_SYSTEM_FORMAT_SUPPORT_FLAG enumeration defines the properties of filesystems that are supported for formatting volumes.typedef enum _<strong>VDS</strong>_FILE_SYSTEM_FORMAT_SUPPORT_FLAG{<strong>VDS</strong>_FSS_DEFAULT = 0x00000001,<strong>VDS</strong>_FSS_PREVIOUS_REVISION = 0x00000002,<strong>VDS</strong>_FSS_RECOMMENDED = 0x00000004} <strong>VDS</strong>_FILE_SYSTEM_FORMAT_SUPPORT_FLAG;<strong>VDS</strong>_FSS_DEFAULT: The file system is the default file system for formatting the volume.<strong>VDS</strong>_FSS_PREVIOUS_REVISION: The revision of the file system is not the latest revision thatis supported for formatting the volume.<strong>VDS</strong>_FSS_RECOMMENDED: The file system is the recommended file system for formatting thevolume.2.2.1.2.13 <strong>VDS</strong>_DISK_EXTENT_TYPEThe <strong>VDS</strong>_DISK_EXTENT_TYPE enumeration defines the set of valid types for a disk extent.typedef enum _<strong>VDS</strong>_DISK_EXTENT_TYPE{<strong>VDS</strong>_DET_UNKNOWN = 0x00000000,<strong>VDS</strong>_DET_FREE = 0x00000001,<strong>VDS</strong>_DET_DATA = 0x00000002,<strong>VDS</strong>_DET_OEM = 0x00000003,<strong>VDS</strong>_DET_ESP = 0x00000004,<strong>VDS</strong>_DET_<strong>MS</strong>R = 0x00000005,<strong>VDS</strong>_DET_LDM = 0x00000006,<strong>VDS</strong>_DET_UNUSABLE = 0x00007FFF} <strong>VDS</strong>_DISK_EXTENT_TYPE;<strong>VDS</strong>_DET_UNKNOWN: The extent belongs to an unknown partition type.<strong>VDS</strong>_DET_FREE: The extent belongs to an area of free space.<strong>VDS</strong>_DET_DATA: The extent belongs to a volume.[<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, 201135 / 360

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

Saved successfully!

Ooh no, something went wrong!