Site icon EfmSoft

What does HRESULT 0xC0350008 (ERROR_HV_OPERATION_DENIED) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_OPERATION_DENIEDNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_PARTITION_STATE ERROR_HV_UNKNOWN_PROPERTY

ERROR_HV_OPERATION_DENIED

A valid hypercall can still violate a state-dependent rule

ERROR_HV_OPERATION_DENIED differs from an unknown hypercall or malformed input: the operation is recognized, but the current configuration makes it illegal. Examples include modifying a write-once security setting, changing an early partition property after initialization, or acting on an object that has begun finalization.

Use the specific hypercall documentation to identify its preconditions and one-way transitions. Record the current partition, VP, VTL, and device state together with all relevant flags. Repeating the call without changing state cannot succeed, and forcing a generic VM restart may hide the ordering defect instead of proving which prerequisite was violated.

How to distinguish denial from bad input

References


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

Exit mobile version