Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |