Site icon EfmSoft

What does NTSTATUS 0xC0350002 (STATUS_HV_INVALID_HYPERCALL_CODE) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_HYPERCALL_CODEHRESULTWindows
Previous Next
STATUS_TPM_ZERO_EXHAUST_ENABLED STATUS_HV_INVALID_HYPERCALL_INPUT

STATUS_HV_INVALID_HYPERCALL_CODE

The call code is outside the guest-visible Hyper-V interface

STATUS_HV_INVALID_HYPERCALL_CODE means the hypervisor rejected the requested hypercall number before it performed the requested operation. It is not a failure reported by the guest workload running inside a VM. Hypercalls are the guest-to-hypervisor ABI, and the set that a partition may use depends on the interface and capabilities actually exposed by its hypervisor.

Do not treat a host version string or vendor label as proof that a hypercall is available. The Hyper-V TLFS says software should discover the interface and features exposed to the partition, then select a supported path. A nested VM can expose a smaller interface than a direct Hyper-V guest even when the outer host supports more functionality.

What to capture

References


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

Exit mobile version