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.
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) |