Site icon EfmSoft

What does HRESULT 0xC0350009 (ERROR_HV_UNKNOWN_PROPERTY) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_UNKNOWN_PROPERTYNTSTATUSWindows
Previous Next
ERROR_HV_OPERATION_DENIED ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE

ERROR_HV_UNKNOWN_PROPERTY

Headers can know a partition property that the running hypervisor does not

ERROR_HV_UNKNOWN_PROPERTY means the property selector itself is not recognized by the active Hyper-V implementation. This is distinct from a recognized property carrying an invalid value. Newer SDK headers and management software can expose property codes that are absent on an older host or unavailable for the current architecture.

Record the numeric HV_PARTITION_PROPERTY_CODE, host build, architecture, and whether the request used the fixed-size or extended property hypercall. Query feature and interface discovery data before setting optional properties. Falling back should be property-specific; replacing an unknown security or processor property with zero can silently change the VM contract.

Compatibility data to capture

References


Looking for a different code? Search another status or error code.

Exit mobile version