Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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) |