Site icon EfmSoft

What does HRESULT 0xC0350005 (ERROR_HV_INVALID_PARAMETER) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_PARAMETERNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_ALIGNMENT ERROR_HV_ACCESS_DENIED

ERROR_HV_INVALID_PARAMETER

The call frame was accepted, but its requested operation was not

ERROR_HV_INVALID_PARAMETER is intentionally broader than an invalid hypercall control value. The exact rule comes from the individual hypercall. For inter-partition delivery, for example, HvCallPostMessage rejects a zero message type, a message type with its high bit set, or a payload larger than 240 bytes. HvCallSignalEvent rejects a flag number outside the destination port's declared flag range.

Therefore the symbolic status alone is not enough to identify the bad field. The hypercall code and the complete serialized input must be kept together in diagnostics.

How to diagnose it

Microsoft TLFS: HvCallPostMessage · Microsoft TLFS: HvCallSignalEvent


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

Exit mobile version