Edit

Share via


HvCallDeletePartition

HvCallDeletePartition removes a child partition from the hypervisor.

Interface

HV_STATUS
HvCallDeletePartition(
   _In_ HV_PARTITION_ID         PartitionId
   );

Call Code

0x0043 (Simple)

Input Parameters

Name Offset Size Information Provided
PartitionId 0 8 Child partition identifier to delete (must not be HV_PARTITION_ID_SELF).

See Also