Edit

HvCallSetPartitionProperty

HvCallSetPartitionProperty sets the value of a fixed-size property for a partition.

Interface

HV_STATUS
HvCallSetPartitionProperty(
    _In_ HV_PARTITION_ID             PartitionId,
    _In_ HV_PARTITION_PROPERTY_CODE  PropertyCode,
    _In_ UINT64                      PropertyValue
);

Call Code

0x0045 (Simple)

See also