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.
Contains the parameters for a ResizeVirtualDisk function.
Syntax
typedef struct _RESIZE_VIRTUAL_DISK_PARAMETERS {
RESIZE_VIRTUAL_DISK_VERSION Version;
union {
struct {
ULONGLONG NewSize;
} Version1;
};
} RESIZE_VIRTUAL_DISK_PARAMETERS, *PRESIZE_VIRTUAL_DISK_PARAMETERS;
Members
Version
Discriminant for the union containing a value enumerated from the RESIZE_VIRTUAL_DISK_VERSION enumeration.
Version1
If the Version member is RESIZE_VIRTUAL_DISK_VERSION_1 (1), this structure is used.
Version1.NewSize
Contains the new size of the virtual disk.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | virtdisk.h (include Windows.h) |