Extend method of the WT_Disk class

Extends a virtual disk.

Windows Server 2012 R2: This method is deprecated. Use Resize instead.

Syntax

void Extend(
  [in] uint32 AdditionalSizeInMB
);

Parameters

AdditionalSizeInMB [in]

The size, in megabytes, to add to the size of the disk.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Wmi
MOF
WmiWtProvider.mof
DLL
WtWmiProv.dll

See also

WT_Disk

Resize