Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Enumerates the possible versions for parameters for the ResizeVirtualDisk function.
Syntax
typedef enum _RESIZE_VIRTUAL_DISK_VERSION {
RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIED = 0,
RESIZE_VIRTUAL_DISK_VERSION_1 = 1
} RESIZE_VIRTUAL_DISK_VERSION;
Constants
RESIZE_VIRTUAL_DISK_VERSION_UNSPECIFIEDValue: 0 The version is not valid. |
RESIZE_VIRTUAL_DISK_VERSION_1Value: 1 Version one of the parameters is used. This is the only supported value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | virtdisk.h (include Windows.h) |