CalculatePossibleReserve method of the Msvm_ProcessorPool class

This method is used to find the actual reserve with the input parameter being the number of virtual machine processors for which the reserve is calculated. This method is necessary because the reservation of processor resources is highly dependent on the number of processors which must be scheduled in parallel.

Syntax

uint32 CalculatePossibleReserve(
  [in] uint16 ProcessorCount
);

Parameters

ProcessorCount [in]

Type: uint16

The number of virtual machine processors for which the reserve is calculated. The maximum value for this property is the logical processor count for the host computer.

Return value

Type: uint32

The amount of CPU resources that may be reserved for a virtual machine.

Remarks

Access to the Msvm_ProcessorPool class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_ProcessorPool