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.
HvCallInitializePartition initializes a newly created partition.
Usage Notes
- Invoke after setting all early partition properties. Early-only properties cannot be changed once initialization completes.
Interface
HV_STATUS
HvCallInitializePartition(
_In_ HV_PARTITION_ID PartitionId
);
Call Code
0x0041 (Simple)
Input Parameters
| Name | Offset | Size | Information Provided |
|---|---|---|---|
| PartitionId | 0 | 8 | Partition identifier to initialize. |