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.

<strong>VDS</strong>_IA_SCSI: Address type is SCSI.2.2.1.2.9 <strong>VDS</strong>_FILE_SYSTEM_TYPEThe <strong>VDS</strong>_FILE_SYSTEM_TYPE enumeration defines the set of valid types for a file system.typedef enum _<strong>VDS</strong>_FILE_SYSTEM_TYPE{<strong>VDS</strong>_FST_UNKNOWN = 0x00000000,<strong>VDS</strong>_FST_RAW = 0x00000001,<strong>VDS</strong>_FST_FAT = 0x00000002,<strong>VDS</strong>_FST_FAT32 = 0x00000003,<strong>VDS</strong>_FST_NTFS = 0x00000004,<strong>VDS</strong>_FST_CDFS = 0x00000005,<strong>VDS</strong>_FST_UDF = 0x00000006,<strong>VDS</strong>_FST_EXFAT = 0x00000007} <strong>VDS</strong>_FILE_SYSTEM_TYPE;<strong>VDS</strong>_FST_UNKNOWN: The file system is unknown.<strong>VDS</strong>_FST_RAW: The file system is raw.<strong>VDS</strong>_FST_FAT: The file system is a FAT file system.<strong>VDS</strong>_FST_FAT32: The file system is FAT32.<strong>VDS</strong>_FST_NTFS: The file system is the NTFS file system.<strong>VDS</strong>_FST_CDFS: The file system is the Compact Disc File System (CDFS).<strong>VDS</strong>_FST_UDF: The file system is Universal <strong>Disk</strong> Format (UDF).<strong>VDS</strong>_FST_EXFAT: The file system is Extended File Allocation Table (ExFAT). For moreinformation, see [<strong>MS</strong>DN-EFFS].2.2.1.2.10 <strong>VDS</strong>_FILE_SYSTEM_FLAGThe <strong>VDS</strong>_FILE_SYSTEM_FLAG enumeration defines the set of valid flags for a file system formattype.If more than one flag is specified, the file system type supports all the file system allocation sizesthat are specified. However, a specific file system on a volume does not have multiple allocationsizes at the same time.typedef enum _<strong>VDS</strong>_FILE_SYSTEM_FLAG{<strong>VDS</strong>_FSF_SUPPORT_FORMAT = 0x00000001,<strong>VDS</strong>_FSF_SUPPORT_QUICK_FORMAT = 0x00000002,<strong>VDS</strong>_FSF_SUPPORT_COMPRESS = 0x00000004,<strong>VDS</strong>_FSF_SUPPORT_SPECIFY_LABEL = 0x00000008,<strong>VDS</strong>_FSF_SUPPORT_MOUNT_POINT = 0x00000010,<strong>VDS</strong>_FSF_SUPPORT_REMOVABLE_MEDIA = 0x00000020,<strong>VDS</strong>_FSF_SUPPORT_EXTEND = 0x00000040,<strong>VDS</strong>_FSF_ALLOCATION_UNIT_512 = 0x00010000,<strong>VDS</strong>_FSF_ALLOCATION_UNIT_1K = 0x00020000,<strong>VDS</strong>_FSF_ALLOCATION_UNIT_2K = 0x00040000,<strong>VDS</strong>_FSF_ALLOCATION_UNIT_4K = 0x00080000,[<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, 201133 / 360

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

Saved successfully!

Ooh no, something went wrong!