Edit

Share via


HvCallFinalizePartition

HvCallFinalizePartition prepares the partition for deletion, deleting any remaining VPs, ports and connections. After the finalize step, no additional activit for the partition is permitted other than deletion (including deposits).

Interface

HV_STATUS
HvCallFinalizePartition(
    _In_ HV_PARTITION_ID PartitionId
);

Call Code

0x0042 (Simple)

Input Parameters

Name Offset Size Information Provided
PartitionId 0 8 Identifier of the partition to finalize.

See Also