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.
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). |