Site icon EfmSoft

What does HRESULT 0xC0350003 (ERROR_HV_INVALID_HYPERCALL_INPUT) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_HYPERCALL_INPUTNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_HYPERCALL_CODE ERROR_HV_INVALID_ALIGNMENT

ERROR_HV_INVALID_HYPERCALL_INPUT

Control-word validation, not an API argument error

The hypercall code may be valid while the 64-bit control value is not. Hyper-V documents this status for invalid rep-call bookkeeping, reserved bits that are not zero, and incompatible control fields. For example, a non-rep call cannot carry a non-zero rep count, a rep call needs a valid count and start index, and a variable-header size is allowed only for calls that explicitly support it.

This differs from ERROR_HV_INVALID_PARAMETER, which is returned by a particular hypercall after its own operation-specific arguments are checked. It also differs from ERROR_HV_INVALID_ALIGNMENT, which concerns guest-physical parameter-block placement.

What to validate

Microsoft Hyper-V TLFS: control value and common status codes · Hypervisor Top Level Functional Specification


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

Exit mobile version