Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HvCallDeleteVp removes a virtual processor from a partition.
Interface
HV_STATUS
HvCallDeleteVp(
_In_ HV_PARTITION_ID PartitionId,
_In_ HV_VP_INDEX VpIndex
);
Call Code
0x004f (Simple)
Input Parameters
| Name | Offset | Size | Information Provided |
|---|---|---|---|
| PartitionId | 0 | 8 | Partition containing the VP. |
| VpIndex | 8 | 4 | Index of VP to delete. |