Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Contiene los parámetros de una función ResizeVirtualDisk .
Sintaxis
typedef struct _RESIZE_VIRTUAL_DISK_PARAMETERS {
RESIZE_VIRTUAL_DISK_VERSION Version;
union {
struct {
ULONGLONG NewSize;
} Version1;
};
} RESIZE_VIRTUAL_DISK_PARAMETERS, *PRESIZE_VIRTUAL_DISK_PARAMETERS;
Miembros
Version
Discriminante para la unión que contiene un valor enumerado de la enumeración RESIZE_VIRTUAL_DISK_VERSION .
Version1
Si el miembro Version es RESIZE_VIRTUAL_DISK_VERSION_1 (1), se usa esta estructura.
Version1.NewSize
Contiene el nuevo tamaño del disco virtual.
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible | Windows 8 |
| Servidor mínimo compatible | Windows Server 2012 |
| Encabezado | virtdisk.h (incluir Windows.h) |