Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Defines the details of file-system compression.
Syntax
typedef enum _VDS_FILE_SYSTEM_PROP_FLAG {
VDS_FPF_COMPRESSED = 0x1
} VDS_FILE_SYSTEM_PROP_FLAG;
Constants
VDS_FPF_COMPRESSEDValue: 0x1 If set, the file system supports file compression. |
Remarks
This enumeration provides the values for the ulFlags member of the VDS_FILE_SYSTEM_PROP structure.
Note Additional constants might be added to the VDS_FILE_SYSTEM_PROP_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_FILE_SYSTEM_PROP_FLAG enumeration constant.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | vds.h |