Edit

HvCallDeleteVp

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.

See Also