VDS_VERSION_SUPPORT_FLAG列舉 (vds.h)
[從Windows 8和Windows Server 2012開始,虛擬磁碟服務COM 介面會由Windows 儲存體管理 API取代。
用來指出支援哪些版本的 VDS 介面。
Syntax
typedef enum _VDS_VERSION_SUPPORT_FLAG {
VDS_VSF_1_0 = 0x1,
VDS_VSF_1_1 = 0x2,
VDS_VSF_2_0 = 0x4,
VDS_VSF_2_1 = 0x8,
VDS_VSF_3_0 = 0x10
} VDS_VERSION_SUPPORT_FLAG;
常數
VDS_VSF_1_0 值: 0x1 表示支援 VDS 1.0 介面。 支援 VDS 1.0 Windows Server 2003 和更新版本。 |
VDS_VSF_1_1 值: 0x2 表示支援 VDS 1.1 介面。 支援 VDS 1.1 Windows Server 2003 R2 和更新版本。 |
VDS_VSF_2_0 值: 0x4 表示支援 VDS 2.0 介面。 Windows Vista 和 支援 VDS 2.0 後。 Windows Server 2008、Windows Vista 和 Windows Server 2003 R2: 不支援這個值。 |
VDS_VSF_2_1 值: 0x8 表示支援 VDS 2.1 介面。 Windows Vista SP1 支援 VDS 2.1, Windows Server 2008 和更新版本。 Windows Server 2008、Windows Vista 和 Windows Server 2003 R2: 不支援這個值。 |
VDS_VSF_3_0 值: 0x10 表示支援 VDS 3.0 介面。 Windows 7 支援 VDS 3.0 Windows Server 2008 R2 和更新版本。 Windows Server 2008、Windows Vista 和 Windows Server 2003 R2: 不支援這個值。 |
備註
注意 未來 Windows 版本中可能會將其他常數新增至 VDS_VERSION_SUPPORT_FLAG 列舉。 因此,您的應用程式必須設計成正常處理無法辨識 的VDS_VERSION_SUPPORT_FLAG 列舉常數。
規格需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 R2 [僅限桌面應用程式] |
標頭 | vds.h |